refactor: rename SuperAdmin role to Administrator
All checks were successful
Build and Deploy / build (push) Successful in 2m24s
All checks were successful
Build and Deploy / build (push) Successful in 2m24s
This commit is contained in:
@@ -2,7 +2,8 @@ namespace BackOffice.BFF.Application.Common.Models;
|
|||||||
|
|
||||||
public static class RoleNames
|
public static class RoleNames
|
||||||
{
|
{
|
||||||
public const string SuperAdmin = "SuperAdmin";
|
// public const string SuperAdmin = "SuperAdmin";
|
||||||
|
public const string SuperAdmin = "Administrator";
|
||||||
public const string Admin = "Admin";
|
public const string Admin = "Admin";
|
||||||
public const string Inspector = "Inspector";
|
public const string Inspector = "Inspector";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user