fix secure storage and release pipeline
All checks were successful
All checks were successful
This commit is contained in:
@@ -37,6 +37,7 @@ void main() {
|
||||
ProxyProvider<AuthService, void>(
|
||||
update: (_, auth, __) {
|
||||
api.setTokenProvider(() => auth.token);
|
||||
api.setUnauthorizedHandler(() => auth.handleTokenExpired());
|
||||
},
|
||||
),
|
||||
ChangeNotifierProxyProvider<ApiService, DataService>(
|
||||
|
||||
Reference in New Issue
Block a user