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;
|
||||
}
|
||||
emit('login', res.signinResponse);
|
||||
onLoginSucceeded(res.signinResponse);
|
||||
}).catch(onSigninApiError);
|
||||
} else if (userInfo.value != null) {
|
||||
tryLogin({
|
||||
|
|
Loading…
Reference in New Issue