X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/95716b93cba4651180021c9a5b752fa10cf5a301..f9dde5c781766b8be71d43d0f031c201a0edcfbb:/src/store/auth/auth-action-session.ts diff --git a/src/store/auth/auth-action-session.ts b/src/store/auth/auth-action-session.ts index 4a6f56f9..83e98e96 100644 --- a/src/store/auth/auth-action-session.ts +++ b/src/store/auth/auth-action-session.ts @@ -91,7 +91,9 @@ const clusterLogin = async (clusterId: string, baseUrl: string, activeSession: S uuid: user.uuid, ownerUuid: user.owner_uuid, email: user.email, - isAdmin: user.is_admin + isAdmin: user.is_admin, + identityUrl: user.identity_url, + prefs: user.prefs }, token: saltedToken };