Skip to content

Commit e9467cf

Browse files
committed
fix: oidc prompt
1 parent 577c9a9 commit e9467cf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

frontend/src/access_control/auth_provider/oidc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const oidcConfig = {
2626
? window.__RUNTIME_CONFIG__.OIDC_SCOPE
2727
: "openid profile email",
2828
automaticSilentRenew: true,
29-
prompt: "select_account",
29+
prompt: "login",
3030
onSigninCallback: onSigninCallback,
3131
};
3232

0 commit comments

Comments
 (0)