This commit is contained in:
@@ -36,7 +36,8 @@ export function processLogin(response) {
|
||||
authenticated: true,
|
||||
userId: Number(token.id),
|
||||
userName: token.name,
|
||||
roles: token["ayanova/roles"]
|
||||
roles: token["ayanova/roles"],
|
||||
userType: token["usertype"]
|
||||
});
|
||||
|
||||
//Initialize the application
|
||||
|
||||
Reference in New Issue
Block a user