@using BTCPayServer.Client @using Microsoft.AspNetCore.Mvc.TagHelpers @using BTCPayServer.Abstractions.TagHelpers @using BTCPayServer.Models.ServerViewModels @model BTCPayServer.Models.EmailsViewModel
@if (!ViewContext.ModelState.IsValid) {
}
For many email providers (like Gmail) your login is your email address.
@if (!Model.PasswordSet) { } else {
}