@using BTCPayServer.Abstractions.Models @model IndexViewModel @{ ViewData.SetActivePage(ManageNavPages.Index, "Update your account"); }

@ViewData["Title"]

@if (!ViewContext.ModelState.IsValid) {
}
@if (Model.IsEmailConfirmed) { confirmed } else { }

Delete Account

@section PageFootContent { }