-
Notifications
You must be signed in to change notification settings - Fork 85
MM2-1535 Fix login validation UI #227
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
base: test
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
kacpergumieniuk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kacpergumieniuk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import { zodResolver } from "@hookform/resolvers/zod" | ||
| import { LabeledInput } from "@/components/cells" | ||
| import { forgotPasswordSchema, ForgotPasswordFormData } from "./schema" | ||
| import { useState } from "react" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove unused imports in this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
|
|
||
| return ( | ||
| <div className="max-w-xl w-full mx-auto mt-6 space-y-4 rounded-sm border p-4"> | ||
| <h1 className="heading-md uppercase my-0 mb-2">Forgot your password?</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This heading is black in figma instead of greyish.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, changed
kacpergumieniuk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requested some changes





Note: to merge after #222 is merged