route
This commit is contained in:
@@ -142,8 +142,11 @@
|
||||
var status = await request.Content.ReadFromJsonAsync<bool>();
|
||||
if (status)
|
||||
{
|
||||
ShowSuccessAlert("عملیات با موفقیت انجام شد");
|
||||
successfull = true;
|
||||
if (VerificationCodeModel.Type == "CompanyRegistration")
|
||||
nav.NavigateTo("/Sign-in/Verification");
|
||||
else
|
||||
nav.NavigateTo("/");
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user