fix: possibility to create accounts without login
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div v-else-if="fetched">
|
||||
<awe-icon icon="inbox" />Les comptes s'afficheront ici.
|
||||
<awe-icon icon="inbox" /> 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>
|
||||
|
||||
Reference in New Issue
Block a user