@page @model LoginModel @{ ViewData["Title"] = "로그인"; }

@ViewData["Title"]

승인된 관계자만 접속이 가능합니다.

비밀번호를 잊으셨나요?

회원가입

이메일 재인증


ⓒ PLAYR. All Rights Reserved
@*

Use another service to log in.


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

There are no external authentication services configured. See this article about setting up this ASP.NET application to support logging in via external services.

} else {

@foreach (var provider in Model.ExternalLogins!) { }

} } *@
@section Scripts { } @section Styles { }