Merge pull request #7377 from solugebefola/patch-3

Disable sign out for AuthProxyEnabled
pull/7388/head
Carl Bergquist 8 years ago committed by GitHub
commit b3847a3738
  1. 2
      public/app/core/components/sidemenu/sidemenu.ts

@ -50,7 +50,7 @@ export class SideMenuCtrl {
{text: 'Profile', url: this.getUrl('/profile')},
];
if (this.isSignedIn) {
if (this.showSignout) {
this.orgMenu.push({text: "Sign out", url: this.getUrl("/logout"), target: "_self"});
}

Loading…
Cancel
Save