Add form to authenticator page

This commit is contained in:
2022-04-19 10:10:05 +02:00
parent 38eddc1cf0
commit 18353f0639
4 changed files with 47 additions and 14 deletions

View File

@ -61,7 +61,7 @@ pub async fn add_totp_factor_route(user: CurrentUser, app_conf: web::Data<AppCon
HttpResponse::Ok()
.body(AddTotpPage {
_p: BaseSettingsPage::get(
"Configure new TOTP factor",
"New authenticator app",
&user,
None,
None),