chore(core): track otp usage (#10248)

close AF-2235
This commit is contained in:
forehalo
2025-02-18 10:10:27 +00:00
parent cb15d48b82
commit cd00f06b77
3 changed files with 6 additions and 5 deletions

View File

@@ -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({