Redesign authentication page

This commit is contained in:
jvyden 2021-12-13 14:53:42 -05:00 committed by LumaLivy
parent 4967b2de55
commit 436ef8b17e

View file

@ -18,6 +18,19 @@ else
{
<p>This device's IP address is <b>@(Model.IpAddress.ToString())</b>. If this matches with an authentication attempt below, then it's safe to assume the authentication attempt came from the same network as this device.</p>
}
<a href="/authentication/autoApprovals">
<button class="ui small blue button">
<i class="cog icon"></i>
<span>Manage automatically approved IP addresses</span>
</button>
</a>
<a href="/authentication/denyAll">
<button class="ui small red button">
<i class="x icon"></i>
<span>Deny all</span>
</button>
</a>
}
<a href="/authentication/autoApprovals">