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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.