mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-03 22:52:27 +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
|
@ -18,7 +18,6 @@
|
|||
<p style="white-space: pre-line">@Model.Error</p>
|
||||
</div>
|
||||
}
|
||||
<div class="header" id="header">@Model.Translate(TwoFactorStrings.TwoFactor)</div>
|
||||
<input type="text" pattern="\d*" maxlength="1" id="digit1"/>
|
||||
<input type="text" pattern="\d*" maxlength="1" id="digit2"/>
|
||||
<input type="text" pattern="\d*" maxlength="1" id="digit3" class="middleDigit"/>
|
||||
|
|
|
@ -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