fix: extra knop toegevoegd om van login scherm naar home pagina te gaan om te vermijden dat telkens naar / gegaan moet worden om daar op die knop te duwen
This commit is contained in:
parent
29949462ed
commit
532fab11db
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
||||||
You are currently logged in as {{ auth.authState.user!.profile.name }} ({{ auth.authState.activeRole }})
|
You are currently logged in as {{ auth.authState.user!.profile.name }} ({{ auth.authState.activeRole }})
|
||||||
</p>
|
</p>
|
||||||
<v-btn @click="performLogout">Logout</v-btn>
|
<v-btn @click="performLogout">Logout</v-btn>
|
||||||
|
<v-btn to="/user">home</v-btn>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue