This commit is contained in:
2020-01-31 22:54:07 +00:00
parent 3d6263be3d
commit eca2f34ba6
3 changed files with 9 additions and 3 deletions

View File

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