15088: Updates state to account for both types of linking and adds UI
[arvados.git] / src / store / auth / auth-action-session.ts
index b32e205016a1824a8c6ed3554637ffac68b2b726..5bb192b8816e6c4fc7bff110424ff7ad83617d02 100644 (file)
@@ -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