15803: use getUserUuid instead of getting from local store
[arvados-workbench2.git] / src / models / session.ts
index 9a942967370f1241de198007359d6582ac594a2a..91a0d997606257391e0958f595dc3696475b9402 100644 (file)
@@ -12,9 +12,10 @@ export interface Session {
     clusterId: string;
     remoteHost: string;
     baseUrl: string;
-    username: string;
+    name: string;
     email: string;
     token: string;
+    uuid: string;
     loggedIn: boolean;
     status: SessionStatus;
     active: boolean;