summaryrefslogtreecommitdiffstats
path: root/ui/src/components/navbar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/navbar.tsx')
-rw-r--r--ui/src/components/navbar.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/components/navbar.tsx b/ui/src/components/navbar.tsx
index 4cf6d6d2..ae2d90b3 100644
--- a/ui/src/components/navbar.tsx
+++ b/ui/src/components/navbar.tsx
@@ -58,5 +58,6 @@ export class Navbar extends Component<any, any> {
handleLogoutClick(i: Navbar, event) {
UserService.Instance.logout();
+ // i.props.history.push('/');
}
}