@using LotteryWebApp.Languages; @using LotteryWebApp.Controllers; @using LotteryWebApp.Common; @model AccountLogin_ViewModel @{ ViewData["Title"] = "Login"; Layout = "~/Views/Shared/_NothingLayout.cshtml"; }
@Lang.enter_otp_to_login