Equibit / wallet-ui

0 stars 1 forks source link

Revisit 2FA (two-factor auth) when user clicks on Receive button #1051

Open kvagajack opened 6 years ago

kvagajack commented 6 years ago

Currently we remind user to backup his recovery phrase when he wants to generate a receiving address. Also, we require 2FA before user can see his recovery phrase.

Flows:

  1. New user after the 1st login is shown the modal.
  2. User Preferences. UI asks for 2FA before showing the modal.
  3. Receive button. UI opens the modal if user has not saved the Recovery Phrase. It also asks for 2FA before showing the modal (this one is pretty annoying, because user has to go through 2FA if he just wants to see the receiving address).

Suggestions:

Related issues: