regen-network / regen-web

:seedling: Website and marketplace application

Home Page:https://app.regen.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add email confirmation code when signing up with email

ryanchristo opened this issue · comments

Is your feature request related to a problem? Please describe.

After submitting their email in the login form, a user should be prompted with a popup to enter the code sent by email.

Describe the solution you'd like

image

Describe alternatives you've considered (optional)

NA

Additional context (optional)

TBD


For Admin Use

  • Not duplicate issue
  • Appropriate labels and zenhub epics applied
  • Appropriate contributors tagged

@flagrede if you're looking for things to work on, the UI can be implemented still adding the new modal to storybook

It sounds like we don't need this anymore @erikalogie should we close this?

UI can still be worked while we wrap up #2154

Existing react lib for the code input: https://www.npmjs.com/package/react-code-input

we should probably update the estimation for this task given that with this flow there are several screens to implement, a new field, and a form.

makes sense, what about 3?

sounds good.

@blushi is this modal also part of this issue or it's a separate one ? Private Zenhub Image

@blushi is this modal also part of this issue or it's a separate one ? Private Zenhub Image

No this is the email that gets sent, so this is part of a server issue I've been working on: regen-network/regen-server#401

@blushi my bad, I looked at the screen a bit quickly.

UI done, needs wiring once #2198 merged