Prevent skipping forced verification after logging in with OIDC (#30141)
Pass the freshLogin parameter along to doSetLoggedIn when restoring a session, instead of hard-coding it to always be false.
This commit is contained in:
@@ -657,7 +657,7 @@ export async function restoreSessionFromStorage(opts?: { ignoreGuest?: boolean }
|
||||
freshLogin: freshLogin,
|
||||
},
|
||||
false,
|
||||
false,
|
||||
freshLogin,
|
||||
);
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user