@{ ViewData["Title"] = "ForgotPassword"; Layout = "~/Views/Shared/_NothingLayout.cshtml"; } @using LotteryWebApp.Languages; @using LotteryWebApp.Controllers; @using LotteryWebApp.Common; @model AccountForgotPassword_ViewModel
@await Component.InvokeAsync("SmallHeader", new { title = Lang.forgot_password.ToUpper()})
@{ if (Model.code != Code.SUCCESS.ToString()) {
} } @{ if (Model.code != Code.SUCCESS.ToString()) {
} else {

@Lang.success

@Lang.your_password_reset

} }