Skip to content

Commit 9943630

Browse files
committed
fix: pass suggestionPeriod to handlePasskeyAlert for improved login flow
1 parent 5e56746 commit 9943630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/TwoFactorsSetup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const handleSkip = async () => {
285285
});
286286
if (resp.allowedLogin){
287287
if ( route.meta.isPasskeysEnabled ) {
288-
handlePasskeyAlert();
288+
handlePasskeyAlert(route.meta.suggestionPeriod, router);
289289
}
290290
await user.finishLogin();
291291
} else if (resp.error) {

0 commit comments

Comments
 (0)