Skip to content

feat(frontend): Add confirm password and fix sign up problem when user does not verify. #188

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

Merged
merged 16 commits into from
Mar 17, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[autofix.ci] apply automated fixes
  • Loading branch information
autofix-ci[bot] authored Mar 16, 2025
commit f6de4fec962ac95f8167b385e835f27ef8415dfe
2 changes: 1 addition & 1 deletion frontend/src/components/sign-up-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export function SignUpModal({
<TextureCardHeader className="flex flex-col gap-1 items-center justify-center p-4">
<TextureCardTitle>Create account</TextureCardTitle>
<p className="text-center text-neutral-600 dark:text-neutral-400">
Enter your information to create your account
Enter your information to create your account
</p>
</TextureCardHeader>
<TextureSeparator />
Expand Down
Loading