This commit is contained in:
2020-04-21 18:32:31 +00:00
parent cc3e4e204f
commit 9c9f5108c9
4 changed files with 10 additions and 2 deletions

View File

@@ -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