mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-25 11:48:45 +00:00
Clean up UI design for 2FA
This commit is contained in:
parent
400d45389c
commit
dc26766b8a
3 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
@{
|
||||
Layout = "Layouts/BaseLayout";
|
||||
Model.Title = Model.Translate(TwoFactorStrings.DisableTwoFactor);
|
||||
Model.ShowTitleInPage = false;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
@{
|
||||
Layout = "Layouts/BaseLayout";
|
||||
Model.Title = Model.Translate(TwoFactorStrings.TwoFactor);
|
||||
Model.ShowTitleInPage = false;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue