Fix AuthenticationPage title bug

This commit is contained in:
jvyden 2021-12-13 14:19:22 -05:00
parent 5b8d9cdb10
commit e0156400b8
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -4,8 +4,8 @@
@{
Layout = "Layouts/BaseLayout";
Model.Title = "Authentication";
}
<h1>Authentication</h1>
@if (Model.AuthenticationAttempts.Count == 0)
{