mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-16 03:40:42 -05:00
Authenticator setup not working #4087
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @msdev11 on GitHub (Oct 13, 2019).
Whenever I try to setup an Authenticator app and enter the 6 digit code, the interface gives be an error "NoneError". And the log files show the error below. I've looked through the code and can't see where this is coming from. Email 2FA works without issues.
[2019-10-13 20:40:58][rocket::rocket][INFO] PUT /api/two-factor/authenticator application/json; charset=utf-8:
[2019-10-13 20:40:58][_][INFO] Matched: PUT /api/two-factor/authenticator (activate_authenticator_put)
[2019-10-13 20:40:58][bitwarden_rs::error][ERROR] NoneError.
@BlackDex commented on GitHub (Oct 13, 2019):
Strange, i just tried it my self again.
And i Also get an error. Will look into it asap.
@BlackDex commented on GitHub (Oct 13, 2019):
Found the issue, trying to fix and create a pr asap
@msdev11 commented on GitHub (Oct 13, 2019):
Thanks for looking into this so quickly and getting is resolved. Much appreciated!
@mprasil commented on GitHub (Oct 14, 2019):
PR merged, closing this. Feel free to reopen if problem persists.