[ios] navigation to main from sign up bug fix

This commit is contained in:
mamadnazar 2025-03-13 13:27:38 +05:00
parent c92a138130
commit 7aa4f4dc03

View file

@ -277,6 +277,7 @@ class SignUpViewController: UIViewController {
private func navigateToMain() {
signUpButton.isLoading = false
performSegue(withIdentifier: "SignUp2TourismMain", sender: nil)
self.dismiss(animated: true)
UserPreferences.shared.setShouldGoToTourismMain(value: true)
}
}