Clean up UI design for 2FA

This commit is contained in:
Slendy 2023-01-01 23:51:53 -06:00
parent 400d45389c
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

@ -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"/>

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;
}