From 9834f3d2aa30b26959ee68da853afecda31d82ea Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 14 Dec 2017 18:04:18 -0500 Subject: [PATCH] use events check --- src/app/services/authService.js | 4 ++++ src/app/views/organizationLayout.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/services/authService.js b/src/app/services/authService.js index 8ee9297a47b..87eaae97449 100644 --- a/src/app/services/authService.js +++ b/src/app/services/authService.js @@ -150,6 +150,8 @@ angular maxStorageGb: profile.Organizations[i].MaxStorageGb, seats: profile.Organizations[i].Seats, useGroups: profile.Organizations[i].UseGroups, + useDirectory: profile.Organizations[i].UseDirectory, + useEvents: profile.Organizations[i].UseEvents, useTotp: profile.Organizations[i].UseTotp }; } @@ -183,6 +185,8 @@ angular maxStorageGb: org.MaxStorageGb, seats: org.Seats, useGroups: org.UseGroups, + useDirectory: org.UseDirectory, + useEvents: org.UseEvents, useTotp: org.UseTotp }; profile.organizations[o.id] = o; diff --git a/src/app/views/organizationLayout.html b/src/app/views/organizationLayout.html index f1b484f1712..3cd3dcdb243 100644 --- a/src/app/views/organizationLayout.html +++ b/src/app/views/organizationLayout.html @@ -95,7 +95,7 @@ -
  • +
  • Audit Logs