Skip to content

Commit 1eb37f2

Browse files
committed
chore(2FA): remove useless comment
1 parent 6bd8f48 commit 1eb37f2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/api/2fa/verify/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export async function POST(request: Request) {
2020
z.object({ backupCode: z.string().min(1), token: z.undefined() }),
2121
]);
2222

23-
// Validate partial auth token — skip normal session auth
2423
const rawToken = getBearerToken(request);
2524
if (!rawToken) {
2625
return unauthorized({ code: 'two-factor-error-missing-token' });

0 commit comments

Comments
 (0)