appwrite repo mod

This commit is contained in:
2026-01-21 14:31:52 +01:00
parent 7c509419d6
commit ea3e6426ec
6 changed files with 43 additions and 23 deletions

View File

@@ -147,7 +147,7 @@ class LoginController extends GetxController {
return isLoggedOut;
}
void _goToHomePage() async {
await Get.offAllNamed(HomePage.namedRoute);
Future<void> _goToHomePage() async {
await Get.offAndToNamed(HomePage.namedRoute);
}
}