This commit is contained in:
2019-05-22 00:13:30 +00:00
parent a56aa13613
commit 0868def995
6 changed files with 47 additions and 17 deletions

View File

@@ -40,6 +40,7 @@ export function processLogin(response) {
apiToken: response.data.token,
authenticated: true,
userId: Number(token.id),
userName: token.name,
roles: token["ayanova/roles"]
});