@if (InlineMode)
{
@* Inline rendering without MudDialog wrapper *@
}
else
{
@GetDialogTitle()
@if (_currentStep == AuthStep.Phone)
{
@if (_isBusy)
{
}
ارسال رمز پویا
}
else if (_currentStep == AuthStep.Verify)
{
@if (_isBusy)
{
}
تأیید و ورود
}
@if (!HideCancelButton)
{
لغو
}
}