@page @model RegisterModel @{ 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 }