Commit b3847a37 by Carl Bergquist Committed by GitHub

Merge pull request #7377 from solugebefola/patch-3

Disable sign out for AuthProxyEnabled
parents 2f4da152 de7edb40
......@@ -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"});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment