Skip to content

Commit fd5f6ff

Browse files
fix: comment english
Co-authored-by: Copilot <[email protected]>
1 parent 0dc2c30 commit fd5f6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/server/modules/auth/auth.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const emailLogin = async ({
4343
error instanceof Prisma.PrismaClientKnownRequestError &&
4444
error.code === 'P2002'
4545
) {
46-
// That means a duplicate code challenge was with the same email
46+
// That means a duplicate code challenge was used with the same email
4747
throw new TRPCError({
4848
code: 'BAD_REQUEST',
4949
message: 'Please refresh and try again.',

0 commit comments

Comments
 (0)