實作管理者用戶管理、邀請註冊功能
This commit is contained in:
@@ -61,6 +61,7 @@ interface RegisterData {
|
||||
email: string
|
||||
password: string
|
||||
department: string
|
||||
role?: string
|
||||
}
|
||||
|
||||
const AuthContext = createContext<AuthContextType | undefined>(undefined)
|
||||
|
Reference in New Issue
Block a user