@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."); }

忘记密码?

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

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

} }
@section Scripts { }