Commit 50babdb0 authored by Evren Kutar's avatar Evren Kutar

correct auth roles

parent 0bebbad1
...@@ -88,8 +88,9 @@ angular.module( ...@@ -88,8 +88,9 @@ angular.module(
constant("USER_ROLES", { constant("USER_ROLES", {
all: "*", all: "*",
admin: "admin", admin: "admin",
editor: "editor", student: "student",
guest: "guest" staff: "staff",
dean: "dean"
}). }).
constant('AUTH_EVENTS', { constant('AUTH_EVENTS', {
loginSuccess: 'auth-login-success', loginSuccess: 'auth-login-success',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment