mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-10 18:55:57 +03:00
Implemented PUT for /two-factor/authenticator and /two-factor/disable
This commit is contained in:
@@ -66,8 +66,10 @@ pub fn routes() -> Vec<Route> {
|
||||
get_recover,
|
||||
recover,
|
||||
disable_twofactor,
|
||||
disable_twofactor_put,
|
||||
generate_authenticator,
|
||||
activate_authenticator,
|
||||
activate_authenticator_put,
|
||||
generate_u2f,
|
||||
activate_u2f,
|
||||
|
||||
|
Reference in New Issue
Block a user