From 1c8c471fc60584f30152075843bb2c132c03cb78 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 23 Apr 2022 21:01:02 +0200 Subject: [PATCH] Fix typo --- src/controllers/two_factors_controller.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/two_factors_controller.rs b/src/controllers/two_factors_controller.rs index 7228ad9..b0f0bbd 100644 --- a/src/controllers/two_factors_controller.rs +++ b/src/controllers/two_factors_controller.rs @@ -40,7 +40,7 @@ pub async fn two_factors_route(user: CurrentUser) -> impl Responder { HttpResponse::Ok() .body(TwoFactorsPage { _p: BaseSettingsPage::get( - "Two factors auth", + "Two factor auth", &user, None, None), @@ -108,4 +108,4 @@ pub async fn add_webauthn_factor_route(user: CurrentUser, manager: WebAuthManage opaque_state: registration_request.opaque_state, challenge_json: urlencoding::encode(&challenge_json).to_string(), }.render().unwrap()) -} \ No newline at end of file +}