mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-07-11 20:41:12 +00:00
feat: support for prompt=login in oidc flow
This commit is contained in:
@@ -119,7 +119,7 @@ export const AuthorizePage = () => {
|
||||
);
|
||||
}
|
||||
|
||||
if (!auth.authenticated) {
|
||||
if (!auth.authenticated || screenParams.oidc_login) {
|
||||
return <Navigate to={`/login${compiledParams}`} replace />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user