mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
fix(auth): AuthProvider not updated after refreshing access token
This commit is contained in:
parent
756b91007e
commit
677f3dcf29
@ -35,6 +35,7 @@ class Auth extends PersistedChangeNotifier {
|
||||
_accessToken = data.accessToken;
|
||||
_expiration = data.expiration;
|
||||
_restartRefresher();
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
Timer? _createRefresher() {
|
||||
|
Loading…
Reference in New Issue
Block a user