diff --git a/app/scenes/Login/index.tsx b/app/scenes/Login/index.tsx index 70e142bea..c01ad845a 100644 --- a/app/scenes/Login/index.tsx +++ b/app/scenes/Login/index.tsx @@ -232,7 +232,8 @@ function Login({ children }: Props) { if ( config.providers.length === 1 && config.providers[0].id === "oidc" && - !env.OIDC_DISABLE_REDIRECT + !env.OIDC_DISABLE_REDIRECT && + !query.get("notice") ) { window.location.href = getRedirectUrl(config.providers[0].authUrl); return null;