Skip to content

Conversation

@2u841r
Copy link

@2u841r 2u841r commented Sep 9, 2025

fixes #87

The Fix:
I updated the error handling in src/app/(login)/actions.ts to use consistent string format for all errors:
Before:
{ error: { code: "AUTH_ERROR", message: "Too many signups. Try again later" } }
After:
{ error: "Too many signups. Try again later" }

@vercel
Copy link
Contributor

vercel bot commented Sep 9, 2025

@2u841r is attempting to deploy a commit to the Vercel Examples Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem with Create Login (sign up)

1 participant