Client fixes (#8844)

* client: fix router when not authenticated, small fixes for tasks

* load the user only when necessary

* fix tests
This commit is contained in:
Matteo Pagliazzi
2017-06-29 20:49:05 +02:00
committed by GitHub
parent 06de1670b4
commit 33a39d3683
11 changed files with 131 additions and 101 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<template lang="pug">
nav
a(href='/login') Login
a(href='/register') Register
router-link(:to="{name: 'login'}") Login
router-link(:to="{name: 'register'}") Register
</template>