You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<inputid="btn-delete"type="submit"class="btn btn-danger form-control"value="I understand the consequences, delete this account"title="I understand the consequences, delete this account." />
38
24
}
39
-
</div>
25
+
</div>
26
+
<hr />
27
+
<p>
28
+
This action <strong>CANNOT</strong> be undone. You will not be able to regain access to the account <b>@Model.AccountName</b> or any of its packages.
29
+
</p>
30
+
<hr />
31
+
@Html.HiddenFor(m => m.Signature)
32
+
@Html.HiddenFor(m => m.ShouldUnlist)
33
+
@Html.HiddenFor(m => m.AccountName)
34
+
<inputid="btn-delete"type="submit"class="btn btn-danger form-control"value="I understand the consequences, delete this account"title="I understand the consequences, delete this account." />
0 commit comments