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_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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue