mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-23 21:51:29 +00:00
Fix AuthenticationPage title bug
This commit is contained in:
parent
5b8d9cdb10
commit
e0156400b8
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
@{
|
@{
|
||||||
Layout = "Layouts/BaseLayout";
|
Layout = "Layouts/BaseLayout";
|
||||||
|
Model.Title = "Authentication";
|
||||||
}
|
}
|
||||||
<h1>Authentication</h1>
|
|
||||||
|
|
||||||
@if (Model.AuthenticationAttempts.Count == 0)
|
@if (Model.AuthenticationAttempts.Count == 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue