Skip to content

Commit

Permalink
account blacklisted
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoyAtb committed May 30, 2024
1 parent 61c455c commit 4956af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage-ui/src/Contexts/StorageApiContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const StorageApiProvider = ({ apiUrl, withLocalStorage = true, children }: Stora
if (decodedAccessToken.perm.storage === "blacklisted") {
setAccountBlacklisted(true)
} else {
setAccountBlacklisted(true)
setAccountBlacklisted(false)
}
}
}, [accessToken, storageApiClient])
Expand Down

0 comments on commit 4956af3

Please sign in to comment.