@page @model RegisterModel @{ ViewData["Title"] = "Register"; }
Create more projects and access them across your devices! Join the community and show off your projects to the world!
@foreach (var provider in Model.ExternalLogins) { @provider.DisplayName }