Blocked modal overlay flashes briefly sometimes when browsing web3.storage website #1998
Labels
kind/bug
A bug in existing code (including security flaws)
pi/dotstorage-site-improvements
Improvements to web3 and nft websites
Sometimes, when clicking through the web3.storage website, a modal pops up for a split second. I've seen this on pretty much all pages of the website, including the docs.
From what I can read in the brief time it's up, I'm pretty sure it's this: https://github.com/web3-storage/web3.storage/blob/main/packages/website/components/account/accountBlockedModal/accountBlockedModal.js
Potentially we are making it appear by default, rather than just making it appear if the account is supposed to be blocked? Also it might not be this exact modal (the word "blocked" is definitely in it), but if it is, we should consider not making it appear on any page except the account page (potentially we call it whenever you're in the logged in state).
The text was updated successfully, but these errors were encountered: