aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/signup/SignUpForm.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add support for redirectUrl after signup (#2439)Mohamed Bassem11 days1-4/+16
| | | | | | | | | | | * feat: add support for redirectUrl after signup * pr review * more fixes * format * another fix
* refactor: remove unused trpc files from web and mobileMohamed Bassem11 days1-1/+1
|
* refactor: migrate trpc to the new react query integration mode (#2438)Mohamed Bassem11 days1-2/+4
| | | | | | | | | * refactor: migrate trpc to the new react query integration mode * more fixes * more migrations * upgrade trpc client
* refactor: centralize auth imports through new client module (#2437)Mohamed Bassem11 days1-1/+1
| | | | | | | | | | | | | | | * refactor(web): centralize next-auth client-side utilities Create lib/auth/client.ts to re-export all next-auth/react APIs (useSession, signIn, signOut, SessionProvider) from a single location. This prepares for future auth provider replacement by isolating the next-auth dependency. https://claude.ai/code/session_01RLLL6SquzmegG6wKHdT3Fm * format --------- Co-authored-by: Claude <noreply@anthropic.com>
* fix: regen turnstile token on signup resubmissionMohamed Bassem2025-11-301-1/+14
|
* feat: add support for turnstile on signupMohamed Bassem2025-11-301-0/+42
|
* fix: fix react errors in signin and signup formsMohamed Bassem2025-11-281-0/+6
|
* feat(ui): Revamp the signin/signup pageMohamed Bassem2025-07-121-0/+228