Skip to content

Handle disabled signups in login UI - #152

Merged
arjunkomath merged 1 commit into
developfrom
disable-signup-ui
Jul 29, 2026
Merged

Handle disabled signups in login UI#152
arjunkomath merged 1 commit into
developfrom
disable-signup-ui

Conversation

@arjunkomath

Copy link
Copy Markdown
Member

Summary

  • present the auth page as sign-in only for existing accounts
  • replace signup guidance with closed-registration messaging
  • preserve Supabase OAuth error descriptions and show a friendly message when signup is rejected

Verification

  • oxfmt --check pages/login.tsx pages/api/auth/callback.ts
  • git diff --check
  • tsc --noEmit(blocked by pre-existing duplicate React type errors in unrelated components)

@vercel

vercelBot commented Jul 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
changes-pageReadyReadyPreviewJul 29, 2026 7:36pm
2 Skipped Deployments
ProjectDeploymentActionsUpdated (UTC)
changes-page-docsSkippedSkippedJul 29, 2026 7:36pm
user-changes-pageSkippedSkippedJul 29, 2026 7:36pm

Request Review

@arjunkomath
arjunkomath merged commit 365ecae into developJul 29, 2026
6 checks passed
@arjunkomath
arjunkomath deleted the disable-signup-ui branch July 29, 2026 19:39
Sign up for freeto 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.

1 participant

@arjunkomath