From 3060608a45bdbb2bd08f5a2ec95f4312ff2c98a7 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 9 Aug 2019 15:52:32 -0700 Subject: Second front end pass. --- ui/src/components/navbar.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/src/components/navbar.tsx') diff --git a/ui/src/components/navbar.tsx b/ui/src/components/navbar.tsx index ac23e361..5738483d 100644 --- a/ui/src/components/navbar.tsx +++ b/ui/src/components/navbar.tsx @@ -155,6 +155,7 @@ export class Navbar extends Component { parseMessage(msg: any) { let op: UserOperation = msgOp(msg); if (msg.error) { + // TODO if (msg.error == "Not logged in.") { UserService.Instance.logout(); location.reload(); -- cgit v1.2.3