DEV: Remove deprecated use of full_screen_login_setting
This commit is contained in:
parent
47a8211d9a
commit
1b9937b27d
|
@ -27,7 +27,6 @@ en:
|
||||||
oauth2_authorize_options: "When authorizing request these options"
|
oauth2_authorize_options: "When authorizing request these options"
|
||||||
oauth2_scope: "When authorizing request this scope"
|
oauth2_scope: "When authorizing request this scope"
|
||||||
oauth2_button_title: "The text for the OAuth2 button"
|
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
|
oauth2_allow_association_change: Allow users to disconnect and reconnect their Discourse accounts from the OAuth2 provider
|
||||||
|
|
||||||
errors:
|
errors:
|
||||||
|
|
|
@ -43,8 +43,5 @@ login:
|
||||||
oauth2_button_title:
|
oauth2_button_title:
|
||||||
default: 'with OAuth2'
|
default: 'with OAuth2'
|
||||||
client: true
|
client: true
|
||||||
oauth2_full_screen_login:
|
|
||||||
default: false
|
|
||||||
client: true
|
|
||||||
oauth2_allow_association_change:
|
oauth2_allow_association_change:
|
||||||
default: false
|
default: false
|
||||||
|
|
|
@ -186,8 +186,7 @@ end
|
||||||
|
|
||||||
auth_provider title_setting: "oauth2_button_title",
|
auth_provider title_setting: "oauth2_button_title",
|
||||||
authenticator: OAuth2BasicAuthenticator.new,
|
authenticator: OAuth2BasicAuthenticator.new,
|
||||||
message: "OAuth2",
|
message: "OAuth2"
|
||||||
full_screen_login_setting: "oauth2_full_screen_login"
|
|
||||||
|
|
||||||
register_css <<CSS
|
register_css <<CSS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue