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