fix : login api call

This commit is contained in:
2025-05-17 17:07:44 +03:30
parent 303ff86d85
commit 6843973c4f
12 changed files with 180 additions and 130 deletions

View File

@@ -6,7 +6,7 @@ final di = GetIt.instance;
Future<void> setupInjection() async{
await setupAuthDI();
await setupAllProvider();
await setupAllCoreProvider();
}