Skip to content

Commit

Permalink
Merge pull request #99 from fga-eps-mds/fix#58/corrije_token
Browse files Browse the repository at this point in the history
fix(#58): corrige token
  • Loading branch information
GabrielCostaDeOliveira authored Jan 26, 2025
2 parents ddbe58e + b220ed9 commit 1f10097
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ class AuthRepository {
Future<void> clearUser() async {
_userCache = null;
StorageValue.getInstance().setJsonUser(null);
await GetIt.instance<AuthService>().refreshToken();
}
}

0 comments on commit 1f10097

Please sign in to comment.