This commit is contained in:
mmrbnjd
2024-04-29 07:58:41 +03:30
parent fd13de3e1d
commit 7b8127dc72
23 changed files with 526 additions and 39 deletions

View File

@@ -143,7 +143,9 @@
if (status)
{
if (VerificationCodeModel.Type == "CompanyRegistration")
nav.NavigateTo("/Sign-in/Verification");
nav.NavigateTo("/Sign-in/VerificationRegister");
else if (VerificationCodeModel.Type == "ForgetPassword")
nav.NavigateTo("/Sign-in/VerificationFrogetPass");
else
nav.NavigateTo("/");