Skip to content

Commit 4e1e015

Browse files
committed
Fix passkey autofill error reset
1 parent 6291ba7 commit 4e1e015

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/routes/login.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ function Login({ loaderData: data }: Route.ComponentProps) {
261261
return
262262
}
263263

264+
setPasskeyMessage(null)
264265
console.error(e)
265266
}
266267
}

0 commit comments

Comments
 (0)