@page @model LoginModel @{ ViewData["Title"] = "로그인"; }
비밀번호를 잊으셨나요?
회원가입
이메일 재인증
There are no external authentication services configured. See this article about setting up this ASP.NET application to support logging in via external services.
@foreach (var provider in Model.ExternalLogins!) { @provider.DisplayName }