Conversation
…nd SupabaseService
Add a Settings page reached from the user-avatar menu, with a back button and sections grouped via p-selectButton (only Password for now). The Password section is shown only when the auth provider is 'email'. Expose the auth provider through the auth repository and store, and extract a reusable passwordsMatchValidator used by signup, change password, and the new update-password form.
Integrate Supabase WebAuthn passkeys end to end: - Sign in with a passkey from the login page via a new button. - Add a Passkeys section in settings to register, rename and delete passkeys, with a confirmation dialog for deletion. Passkey calls are wired through SupabaseService, AuthRepository, AuthStore and AuthService. A cancelled WebAuthn ceremony is detected via the structured error code and treated as a no-op. Also extract a private getClient() in SupabaseService to replace the repeated client-initialization guard across its methods.
Add a noDemoGuard that redirects to the dashboard when demo mode is active, and apply it to the settings and change-password routes so they cannot be opened directly via the URL in demo mode.
The spec failed in isolation because jsdom lacks window.matchMedia, which DarkModeHelper requires. Add the same polyfill the other specs use so test ordering no longer affects the result.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.