File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
pan-domain-auth-play_2-6/src/main/scala/com/gu/pandomainauth/action Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,9 @@ trait AuthActions {
7070
7171 val GoogleAuth = new GoogleAuth (settings.googleAuthSettings, system, authCallbackUrl)
7272
73- val multifactorChecker = settings.google2FAGroupSettings.map(new Google2FAGroupChecker (_, panDomainSettings.bucket))
73+ val multifactorChecker : Option [Google2FAGroupChecker ] = settings.google2FAGroupSettings.map(new Google2FAGroupChecker (_, panDomainSettings.bucket))
74+
75+ val groupChecker : Option [GoogleGroupChecker ] = settings.google2FAGroupSettings.map(new GoogleGroupChecker (_, panDomainSettings.bucket))
7476
7577 /**
7678 * A Play session key that stores the target URL that was being accessed when redirected for authentication
You can’t perform that action at this time.
0 commit comments