-
Notifications
You must be signed in to change notification settings - Fork 17
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
issue #105 : forgot-password-ui-added #119
Conversation
@aadityavvij is attempting to deploy a commit to the ACM HEADS Team on Vercel. A member of the Team first needs to authorize it. |
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.
Move the forgot-password.tsx
to forgot-password/index.tsx
for uniformity. Rest work good!
repository/auth.ts
Outdated
await new Promise((resolve) => setTimeout(resolve, 5000)); | ||
return { success: true }; | ||
} catch (error) { | ||
return { success: false, error: { message: `Error sending email to ${email}` } }; | ||
} |
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.
For now return only False, until we push the logic with real backend. So that user feels that it is really failing, not a problem with their id.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
PERFECT! (UI is really neat)
issue #105 resolved