u
This commit is contained in:
@@ -11,6 +11,9 @@ namespace FrontOffice.Main.Shared;
|
||||
|
||||
public partial class AuthDialog : IDisposable
|
||||
{
|
||||
[Parameter]
|
||||
public bool HideCancelButton { get; set; } = false;
|
||||
|
||||
private enum AuthStep { Phone, Verify }
|
||||
private const int DefaultResendCooldown = 120;
|
||||
public const int MaxVerificationAttempts = 5;
|
||||
@@ -439,5 +442,5 @@ public partial class AuthDialog : IDisposable
|
||||
_resendTimer?.Dispose();
|
||||
_resendTimer = null;
|
||||
}
|
||||
private string GetDialogTitle() => _currentStep == AuthStep.Phone ? "ورود به حساب کاربری" : "تأیید رمز پویا";
|
||||
private string GetDialogTitle() => _currentStep == AuthStep.Phone ? "ورود/ثبتنام به حساب کاربری" : "تأیید رمز پویا";
|
||||
}
|
||||
Reference in New Issue
Block a user