Check OIDC available when no account is logged in
(cherry picked from commit 2580e86ed807522125ce7e2eaa932f4a96b0671a)
This commit is contained in:
@@ -142,9 +142,10 @@ class LoginController extends ReloadableController {
|
||||
getAuthenticatedAccountAction();
|
||||
} else if (failure is CheckOIDCIsAvailableFailure ||
|
||||
failure is GetStoredOidcConfigurationFailure ||
|
||||
failure is GetOIDCIsAvailableFailure ||
|
||||
failure is GetAuthenticatedAccountFailure) {
|
||||
failure is GetOIDCIsAvailableFailure) {
|
||||
_showFormLoginWithCredentialAction();
|
||||
} else if (failure is GetAuthenticatedAccountFailure) {
|
||||
_checkOIDCIsAvailable();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user