Implemented PUT for u2f registration

This commit is contained in:
Daniel García
2018-08-13 15:26:01 +02:00
parent 16056626b0
commit d3f357b708
2 changed files with 6 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ pub fn routes() -> Vec<Route> {
activate_authenticator_put,
generate_u2f,
activate_u2f,
activate_u2f_put,
get_organization,
create_organization,