Skip to content

Commit 9d70afe

Browse files
committed
Revert "fix: use 'select_account' OIDC prompt to be in line with upstream"
This reverts commit bfc0662.
1 parent bfc0662 commit 9d70afe

File tree

1 file changed

+0
-1
lines changed
  • frontend/src/access_control/auth_provider

1 file changed

+0
-1
lines changed

frontend/src/access_control/auth_provider/oidc.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export const oidcConfig = {
2525
? window.__RUNTIME_CONFIG__.OIDC_SCOPE
2626
: "openid profile email",
2727
automaticSilentRenew: true,
28-
prompt: "select_account",
2928
onSigninCallback: onSigninCallback,
3029
};
3130

0 commit comments

Comments
 (0)