summaryrefslogtreecommitdiffstats
path: root/ui/src/components/navbar.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-09 15:52:32 -0700
committerDessalines <tyhou13@gmx.com>2019-08-09 15:52:32 -0700
commit3060608a45bdbb2bd08f5a2ec95f4312ff2c98a7 (patch)
tree99a229642ee4b73c17a2adac3afc928f6279667a /ui/src/components/navbar.tsx
parent91a3d1439381e25955f84f70fd9ebb21fc6160ba (diff)
Second front end pass.
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 ac23e361..5738483d 100644
--- a/ui/src/components/navbar.tsx
+++ b/ui/src/components/navbar.tsx
@@ -155,6 +155,7 @@ export class Navbar extends Component<any, NavbarState> {
parseMessage(msg: any) {
let op: UserOperation = msgOp(msg);
if (msg.error) {
+ // TODO
if (msg.error == "Not logged in.") {
UserService.Instance.logout();
location.reload();