This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user