14841: Add inactive user page.
[arvados-workbench2.git] / src / store / auth / auth-action-session.ts
index 986230ed7f2ebd140ac8c3e6400622b0aa2a9e3f..5bb192b8816e6c4fc7bff110424ff7ad83617d02 100644 (file)
@@ -92,6 +92,7 @@ const clusterLogin = async (clusterId: string, baseUrl: string, activeSession: S
             ownerUuid: user.owner_uuid,
             email: user.email,
             isAdmin: user.is_admin,
+            isActive: user.is_active,
             username: user.username,
             prefs: user.prefs
         },