fix secure storage and release pipeline
All checks were successful
Release / meta (push) Successful in 19s
Release / android-build (push) Successful in 5m53s
Release / linux-build (push) Successful in 8m3s
Release / release-master (push) Successful in 2s
Release / release-dev (push) Successful in 32s

This commit is contained in:
2025-12-14 08:39:22 +00:00
parent 4d483495fc
commit 8116cfe7b1
3 changed files with 18 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ void main() {
ProxyProvider<AuthService, void>(
update: (_, auth, __) {
api.setTokenProvider(() => auth.token);
api.setUnauthorizedHandler(() => auth.handleTokenExpired());
},
),
ChangeNotifierProxyProvider<ApiService, DataService>(