fix: possibility to create accounts without login

This commit is contained in:
Julien Calixte
2019-08-23 10:06:09 +02:00
parent 53972ca6ed
commit 93a17d4ef5
6 changed files with 34 additions and 29 deletions

View File

@@ -17,9 +17,9 @@
</div>
</div>
<div v-else-if="fetched">
<awe-icon icon="inbox" />Les comptes s'afficheront ici.
<awe-icon icon="inbox" />&nbsp;Les comptes créés s'afficheront ici.
</div>
<fab-button :to="{ name: 'account-new' }" v-if="user" :margin="true">
<fab-button :to="{ name: 'account-new' }" :margin="true">
<span slot="fulltext">créer un compte</span>
</fab-button>
</div>