This commit is contained in:
Hamza-Ayed
2023-08-14 07:09:32 +03:00
parent 28f4f8635d
commit 84ab0e86dd
3 changed files with 15 additions and 8 deletions

View File

@@ -83,6 +83,6 @@ class LoginController extends GetxController {
@override
void onInit() {
super.onInit();
goToMapPage();
// goToMapPage();
}
}