fix : ui fix after release 1.3.3
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user