X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/71b9264c1720e619f8cfcb297a7848ece420c61c..6e2546d78a606e19fc974b5e4443880cf6da282a:/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 b32e205016..5bb192b881 100644 --- a/src/store/auth/auth-action-session.ts +++ b/src/store/auth/auth-action-session.ts @@ -92,7 +92,8 @@ const clusterLogin = async (clusterId: string, baseUrl: string, activeSession: S ownerUuid: user.owner_uuid, email: user.email, isAdmin: user.is_admin, - identityUrl: user.identity_url, + isActive: user.is_active, + username: user.username, prefs: user.prefs }, token: saltedToken