Renamed the admin type to corporate
This commit is contained in:
@@ -65,5 +65,5 @@ export interface Group {
|
||||
disableEditing?: boolean;
|
||||
}
|
||||
|
||||
export type Type = "student" | "teacher" | "admin" | "owner" | "developer";
|
||||
export const userTypes: Type[] = ["student", "teacher", "admin", "owner", "developer"];
|
||||
export type Type = "student" | "teacher" | "corporate" | "owner" | "developer";
|
||||
export const userTypes: Type[] = ["student", "teacher", "corporate", "owner", "developer"];
|
||||
|
||||
Reference in New Issue
Block a user