This commit is contained in:
2022-03-06 18:33:16 +00:00
parent 426e8d86df
commit af53eb7ff8
2 changed files with 32 additions and 8 deletions

View File

@@ -51,6 +51,7 @@ export function processLogin(authResponse, loggedInWithKnownPassword) {
apiToken: authResponse.token,
authenticated: true,
userId: Number(token.id),
translationId: authResponse.tid,
userName: authResponse.name,
roles: authResponse.roles,
userType: authResponse.usertype,