mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
@@ -141,7 +141,7 @@ export const SignInWithEmailStep = ({
|
||||
setIsVerifying(true);
|
||||
|
||||
try {
|
||||
await authService.signInMagicLink(email, otp);
|
||||
await authService.signInMagicLink(email, otp, false);
|
||||
} catch (e) {
|
||||
if (e instanceof BackendError) {
|
||||
notify.error({
|
||||
|
||||
Reference in New Issue
Block a user