We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e43229 commit b41749aCopy full SHA for b41749a
1 file changed
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: "login",
29
onSigninCallback: onSigninCallback,
30
};
31
0 commit comments