@using static FrontOffice.Main.Shared.AuthDialog
@if (CurrentStep == AuthStep.Phone)
{
لطفاً شماره موبایل خود را وارد کنید تا رمز پویا ارسال شود.
@CaptchaCode
@if (!string.IsNullOrWhiteSpace(ErrorMessage))
{
@ErrorMessage
}
}
else if (CurrentStep == AuthStep.Verify)
{
رمز پویا شش رقمی ارسال شده به @PhoneNumber را وارد کنید.
@if (!string.IsNullOrWhiteSpace(ErrorMessage))
{
@ErrorMessage
}
@if (!string.IsNullOrWhiteSpace(InfoMessage))
{
@InfoMessage
}
تغییر شماره
@if (ResendRemaining > 0)
{
ارسال مجدد تا @ResendRemaining ثانیه
}
else
{
ارسال مجدد
}
}