DEV: Remove deprecated use of full_screen_login_setting

This commit is contained in:
David Taylor 2020-04-20 14:20:02 +01:00
parent 47a8211d9a
commit 1b9937b27d
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
3 changed files with 1 additions and 6 deletions

View File

@ -27,7 +27,6 @@ en:
oauth2_authorize_options: "When authorizing request these options"
oauth2_scope: "When authorizing request this scope"
oauth2_button_title: "The text for the OAuth2 button"
oauth2_full_screen_login: "Use main browser window instead of popup for login"
oauth2_allow_association_change: Allow users to disconnect and reconnect their Discourse accounts from the OAuth2 provider
errors:

View File

@ -43,8 +43,5 @@ login:
oauth2_button_title:
default: 'with OAuth2'
client: true
oauth2_full_screen_login:
default: false
client: true
oauth2_allow_association_change:
default: false

View File

@ -186,8 +186,7 @@ end
auth_provider title_setting: "oauth2_button_title",
authenticator: OAuth2BasicAuthenticator.new,
message: "OAuth2",
full_screen_login_setting: "oauth2_full_screen_login"
message: "OAuth2"
register_css <<CSS