You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the codes are saved immediately when the user visits the page. That's due to WordPress/two-factor#507, and is bad for the reasons described there.
Once that issue is fixed upstream, we should update the workflow in our client to this:
Generated codes
Show them to the user
Wait for the user to click All Finished
If (and only if) they click that, then save them to the database
Right now the codes are saved immediately when the user visits the page. That's due to WordPress/two-factor#507, and is bad for the reasons described there.
Once that issue is fixed upstream, we should update the workflow in our client to this:
All Finished
Related #250
The text was updated successfully, but these errors were encountered: