visualization fix pro/scen

This commit is contained in:
Florinda
2024-10-23 16:57:55 +02:00
parent 6b1eb70239
commit b115712698
6 changed files with 19 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<span v-if="user">
{{ user.name + " " + user.surname }}
</span>
<button @click="redirectProject()" class="p-button p-button-danger p-button-outlined">Projects</button>
<button @click="redirectProject()" class="p-button p-button-outlined">Projects</button>
<button @click="auth.logout()" class="p-button p-button-danger p-button-outlined">Logout</button>
</div>
</div>