Skip to content

Commit e9db1a6

Browse files
committed
fix: correct typo in twoFAVerifyVerificationType comment
1 parent 16c56b4 commit e9db1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/14.enable-2fa/03.problem.verify/app/routes/settings+/profile.two-factor.verify.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export async function action({ request }: ActionFunctionArgs) {
104104
return json({ status: 'error', submission } as const, { status: 400 })
105105
}
106106

107-
// 🐨 update the verification from the twoFAVerifyVerifycationType to the twoFAVerificationType
107+
// 🐨 update the verification from the twoFAVerifyVerificationType to the twoFAVerificationType
108108
// 🐨 set the expiresAt to null! This should never expire.
109109

110110
throw await redirectWithToast('/settings/profile/two-factor', {

0 commit comments

Comments
 (0)