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