@page @using System.Text.Encodings.Web @using TightWiki.Models @model LoginModel @{ var sessionState = ViewData["SessionState"] as TightWiki.SessionState ?? throw new Exception("Wiki State Context cannot be null."); }

Forgot your password?
@if (TightWiki.Models.GlobalConfiguration.AllowSignup == true) { Register as a new user
} Resend email confirmation

@{ if ((Model.ExternalLogins?.Count ?? 0) > 0) {

@foreach (var provider in Model.ExternalLogins!) { if (provider.Name == "Google") { } else if (provider.Name == "Microsoft") { } else { } }

} }
@section Scripts { }