]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/models/login-response.ts
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / models / login-response.ts
index 4e8c5d17f88fcea1c157009c32fd54df0ec92eea..7b9fc4b277e714f59509cf988b574a1c294b717f 100644 (file)
@@ -2,4 +2,7 @@ export class LoginResponse {
   username: string;
   token: string;
   permissions: object;
+  pwdExpirationDate: number;
+  sso: boolean;
+  pwdUpdateRequired: boolean;
 }