Detect the type of Organization of a user to update Sigil accordingly #5
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have no way to detected autonomously if a user is logged as Retailer or Supplier.
Until a month back, I was relying on Chrome Profiles that allowed me to have different extensions profiles and load right banner. But as I moved to Firefox, I don't have profiles but rather Containers. However, Extensions and webpage themself can't access this.
For now, Suppliers have access to the Academy and Retailer use the Help Center. So it detect when ever
li.HelpCenter
have#academy-access
or:not(#academy-access)
.This is not really reliable though.
Also there is now a single file Sigils.css to use.