Add Password and Profile update

This commit is contained in:
Bubka
2020-01-23 23:02:54 +01:00
parent ad18021019
commit 4e38e0bbfb
10 changed files with 250 additions and 11 deletions

View File

@ -67,7 +67,7 @@
</div>
</div>
<div class="content has-text-centered">
{{ $t('auth.hello', {username: username}) }} <a class="has-text-grey" @click="logout">{{ $t('auth.sign_out') }}</a>
{{ $t('auth.hello', {username: username}) }} <router-link :to="{ name: 'profile' }" class="has-text-grey">{{ $t('commons.profile') }}</router-link> - <a class="has-text-grey" @click="logout">{{ $t('auth.sign_out') }}</a>
</div>
</footer>
</div>