mirror of
https://github.com/filegator/filegator.git
synced 2025-08-16 09:54:19 +02:00
Show user name on the main page
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
{{ lang('Login') }}
|
||||
</a>
|
||||
<a v-if="!is('guest')" class="navbar-item" @click="profile">
|
||||
{{ lang('Profile') }}
|
||||
{{ this.$store.state.user.name }}
|
||||
</a>
|
||||
<a v-if="!is('guest')" class="navbar-item" @click="logout">
|
||||
{{ lang('Logout') }}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<div class="modal-card">
|
||||
<header class="modal-card-head">
|
||||
<p class="modal-card-title">
|
||||
{{ $store.state.user.name }}
|
||||
{{ lang('Profile') }}
|
||||
</p>
|
||||
</header>
|
||||
<section class="modal-card-body">
|
||||
|
Reference in New Issue
Block a user