fix(frontend): Fix Passkey login without redirection
This commit is contained in:
parent
a6a1e3d733
commit
034039b8c0
|
@ -140,6 +140,7 @@ function onPasskeyDone(credential: AuthenticationPublicKeyCredential): void {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
emit('login', res.signinResponse);
|
emit('login', res.signinResponse);
|
||||||
|
onLoginSucceeded(res.signinResponse);
|
||||||
}).catch(onSigninApiError);
|
}).catch(onSigninApiError);
|
||||||
} else if (userInfo.value != null) {
|
} else if (userInfo.value != null) {
|
||||||
tryLogin({
|
tryLogin({
|
||||||
|
|
Loading…
Reference in New Issue