Add employee page

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-11-18 22:56:22 +01:00
parent 2f4cfd7ac0
commit 975d16c623
44 changed files with 5731 additions and 1842 deletions

View File

@@ -88,7 +88,7 @@ func MapSAMLRoleToSystemRole(samlRole string) *coredata.MembershipRole {
func isValidRole(role string) bool {
switch role {
case "OWNER", "ADMIN", "VIEWER":
case "OWNER", "ADMIN", "EMPLOYEE", "VIEWER":
return true
default:
return false