Skip to content

Commit

Permalink
Update src/server/routers/oauth.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
ivan-dalmet and coderabbitai[bot] committed Oct 21, 2024
1 parent 51d801d commit c9ba9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/routers/oauth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const oauthRouter = createTRPCRouter({
ctx.logger.info('Account is disabled');
throw new TRPCError({
code: 'UNAUTHORIZED',
message: 'Please verify your account to proceed',
message: 'Unable to authenticate. Please contact support if this issue persists.',
});
}

Expand Down

0 comments on commit c9ba9fc

Please sign in to comment.