Skip to content

Commit 20c835e

Browse files
committed
DEV: Remove deprecated full screen login parameter
1 parent 2ef8087 commit 20c835e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
require_relative "lib/omniauth_open_id_connect"
1010
require_relative "lib/openid_connect_authenticator"
1111

12-
auth_provider authenticator: OpenIDConnectAuthenticator.new(),
13-
full_screen_login: true
12+
auth_provider authenticator: OpenIDConnectAuthenticator.new()

0 commit comments

Comments
 (0)