This commit is contained in:
@@ -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"]
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user