Browse Source

add reader

visuddhinanda 3 years ago
parent
commit
4632c12548
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/api/Auth.ts

+ 1 - 0
dashboard/src/components/api/Auth.ts

@@ -3,6 +3,7 @@ export type TRole =
   | "manager"
   | "editor"
   | "member"
+  | "reader"
   | "student"
   | "assistant"
   | "unknown";