Skip to content
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

Email verification resend #69

Open
2 tasks
gale99 opened this issue Nov 4, 2020 · 0 comments
Open
2 tasks

Email verification resend #69

gale99 opened this issue Nov 4, 2020 · 0 comments
Assignees

Comments

@gale99
Copy link

gale99 commented Nov 4, 2020

AC:

  • button to click (can be plain now and get styles from React Team later) underneath the confirmation info that triggers a button click event that calls a
  • function to with http request to have Firebase api resend the email

Component Description and Screenshot

Description:
There is currently no mockup of this feature. But, there should exist a button that, when clicked, will either:

  • generate and send a new link and invalidate the last link or
  • resend the last link email

Screenshot: N/A

Props and State
Props: if required, information/credentials needed in order to send an api request to resend the confirmation

Parents and Children
Parents: Direct Parent: The "confirmation sent" container component
Children: N/A

Styling Notes
While looking at the component in Figma, note any pieces of styling that you might need here by checking out the CSS preview:

/* fonts */
font-family: Roboto;
font-style: normal;
font-weight: 500;

/* colors */
color: #9A9A9A;
background: #FFFFFF;

/* borders and shadows */
border: 2px solid #EC6C52;
border-radius: 5px;
box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.05);
Remember not to copy any hardcoded positioning and size values.

Additional Notes
Are there any icons you will need? Images? Written content? Note that here so that we can get it from Product Design before we start!

@gale99 gale99 self-assigned this Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants