You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to see all my pins and their state
If I have pinning enabled, I want to see the pins table (whether I already created pins or not)
The behavior is consistent with REST APIs, if I don't have access to PSA I won't see the table in the UI.
Notes
Upon logging in with a user without PSA enabled, a redundant call is made to the /pins endpoint to fetch user pins.
We should be able to avoid this by checking the user HAS_PSA_ENABLED flag.