@model BTCPayServer.Models.AccountViewModels.SetPasswordViewModel @{ ViewData["Title"] = "Reset password"; Layout = "_LayoutSignedOut"; }
@if (Model.EmailSetInternally) {
} else {
}