Clean up UI design for 2FA

This commit is contained in:
Slendy 2023-01-01 23:51:53 -06:00
commit dc26766b8a
No known key found for this signature in database
GPG key ID: 7288D68361B91428
3 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
@{
Layout = "Layouts/BaseLayout";
Model.Title = Model.Translate(TwoFactorStrings.DisableTwoFactor);
Model.ShowTitleInPage = false;
}

View file

@ -5,6 +5,7 @@
@{
Layout = "Layouts/BaseLayout";
Model.Title = Model.Translate(TwoFactorStrings.TwoFactor);
Model.ShowTitleInPage = false;
}