@page @model RegisterModel @{ ViewData["Title"] = "회원가입"; }

@ViewData["Title"]

가입 후 이메일 인증이 필요하며 관리자의
최종 승인 후 접속이 가능합니다.

< 취소하기


ⓒ PLAYR. All Rights Reserved
@*

Use another service to register.


@{ 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 { }