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