Skip to content

Commit

Permalink
fix: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Jul 24, 2024
1 parent 8409834 commit df233fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/front-token.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class FrontToken {
await _removeTokenFromStorage();
await Utils.setToken(TokenType.ACCESS, "");
await Utils.setToken(TokenType.REFRESH, "");
await AntiCSRF.removeToken()
await AntiCSRF.removeToken();
if (_tokenInfoMutex.isLocked) {
_tokenInfoMutex.release();
}
Expand Down

0 comments on commit df233fc

Please sign in to comment.