@page "/auth/login" @model Roblox.Website.Pages.Auth.Login @{ Layout = "Shared/_Layout"; }
@if (string.IsNullOrEmpty(Model.applicationId)) {

Warning: No application ID is set. If your application was approved, or you signed up with an invite url, you can ignore this message.

}

Login

@if (Model.applicationId != null) {

If you do not have an account, you can create one here.

} else {

If you do not have an account, you can create one here.

} @if (Model.errorMessage != null) {

@Model.errorMessage

}
@if (Model.applicationId != null) { } @if (Model.resetPasswordEnabled) {

Reset Password

}
@Html.AntiForgeryToken()