-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Remove phone login option and add info alert #7391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dashboard] Remove phone login option and add info alert #7391
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Skipped Deployments
|
WalkthroughThe login page was updated to remove "phone" as a supported login method from the available options. An informational alert was added to inform users that phone login is no longer supported, advising them to use their email and providing a link to the support page. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant LoginPage
participant SupportPage
User ->> LoginPage: Visit login page
LoginPage -->> User: Display login options (without phone)
LoginPage -->> User: Show info alert about phone login removal
User ->> SupportPage: (Optional) Click support link for help
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🧬 Code Graph Analysis (1)apps/dashboard/src/app/(app)/login/LoginPage.tsx (1)
⏰ Context from checks skipped due to timeout of 90000ms (8)
🔇 Additional comments (3)
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|

Summary by CodeRabbit
New Features
Bug Fixes