We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577c9a9 commit e9467cfCopy full SHA for e9467cf
frontend/src/access_control/auth_provider/oidc.ts
@@ -26,7 +26,7 @@ export const oidcConfig = {
26
? window.__RUNTIME_CONFIG__.OIDC_SCOPE
27
: "openid profile email",
28
automaticSilentRenew: true,
29
- prompt: "select_account",
+ prompt: "login",
30
onSigninCallback: onSigninCallback,
31
};
32
0 commit comments