@using TightWiki.Models @model TightWiki.Models.ViewModels.Profile.ConfirmViewModel @{ Layout = "/Views/Shared/_Layout.cshtml"; }

Account Email Verification

@if (!string.IsNullOrEmpty(Model.ErrorMessage)) {
@Html.Raw(Model.ErrorMessage)
} @if (!string.IsNullOrEmpty(Model.SuccessMessage)) {
@Html.Raw(Model.SuccessMessage)
}

Already a member? Login.
Forgot your password? @Html.ActionLink("Reset it.", "Forgot", "Account").