Fix typo
This commit is contained in:
parent
a51cab4c39
commit
1c8c471fc6
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user