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

correct auth roles

parent 0bebbad1
......@@ -88,8 +88,9 @@ angular.module(
constant("USER_ROLES", {
all: "*",
admin: "admin",
editor: "editor",
guest: "guest"
student: "student",
staff: "staff",
dean: "dean"
}).
constant('AUTH_EVENTS', {
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