Implemented PUT for /two-factor/authenticator and /two-factor/disable

This commit is contained in:
Kumar Ankur
2018-08-10 23:19:07 +05:30
parent ddda86b90d
commit 5f6d721c09
2 changed files with 20 additions and 0 deletions

View File

@@ -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,