| 
							
							
								 Nuno Góis | 95a0c7748f | feat: upgrade AdminAlert to PermissionGuard (#4074) https://linear.app/unleash/issue/2-1165/improve-adminalert-usage-to-be-more-generic-accept-non-admin
Upgrades our `AdminAlert` to a new `PermissionGuard`.
**Question**: We don't **need** to, but **should** we be specific about
the `ADMIN` permission every time?
Technically `PermissionGuard` could have `permissions` as optional and
assume `[]` by default, which will add `ADMIN` anyways. However, I feel
like we may gain some readability if we're specific about it. WDYT?
Single permission:

Multiple permissions:
 | 2023-06-23 13:25:35 +01:00 |  |