fix : ui fix after release 1.3.3

This commit is contained in:
2025-07-16 18:31:47 +03:30
parent 3566e5820d
commit c28a0e6630
22 changed files with 229 additions and 203 deletions

View File

@@ -13,8 +13,8 @@ Future<void> main() async {
await setupPreInjection();
Get.put(TokenStorageService());
var tokenService = Get.find<TokenStorageService>();
await tokenService.init();
await Get.find<TokenStorageService>().init();
Get.put(AuthMiddleware());
Get.put(AuthService());
runApp(MyApp());