@page @model RegisterModel @{ ViewData["Title"] = "Register"; }
Props logo

@ViewData["Title"]

Create more projects and access them across your devices! Join the community and show off your projects to the world!

Create a new account.


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

Use another service to register.


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

}
@section Scripts { }