We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc2c30 commit fd5f6ffCopy full SHA for fd5f6ff
apps/web/src/server/modules/auth/auth.service.ts
@@ -43,7 +43,7 @@ export const emailLogin = async ({
43
error instanceof Prisma.PrismaClientKnownRequestError &&
44
error.code === 'P2002'
45
) {
46
- // That means a duplicate code challenge was with the same email
+ // That means a duplicate code challenge was used with the same email
47
throw new TRPCError({
48
code: 'BAD_REQUEST',
49
message: 'Please refresh and try again.',
0 commit comments