Skip to content

Commit

Permalink
fix(#58): corrige token
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCostaDeOliveira committed Jan 26, 2025
1 parent ddbe58e commit b220ed9
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 b220ed9

Please sign in to comment.