DEV: Remove deprecated full screen login parameter

This commit is contained in:
David Taylor 2020-05-12 12:13:38 +01:00
parent 2ef80870d3
commit 20c835ea06
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 1 additions and 2 deletions

View File

@ -9,5 +9,4 @@
require_relative "lib/omniauth_open_id_connect"
require_relative "lib/openid_connect_authenticator"
auth_provider authenticator: OpenIDConnectAuthenticator.new(),
full_screen_login: true
auth_provider authenticator: OpenIDConnectAuthenticator.new()