Skip to content

Commit b41749a

Browse files
committed
fix: OIDC prompt
1 parent 9e43229 commit b41749a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • frontend/src/access_control/auth_provider

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: "login",
2928
onSigninCallback: onSigninCallback,
3029
};
3130

0 commit comments

Comments
 (0)