actually use logout stuff

This commit is contained in:
2024-02-04 10:27:46 -06:00
parent 6e6aca91f6
commit 754da18c99
2 changed files with 2 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
</v-row>
<v-row v-else-if="!loadingMe" class="d-flex justify-center">
<v-btn @click="clickPlay" class="mx-4" color="primary">Play</v-btn>
<v-btn class="mx-4">Log Out</v-btn>
<v-btn class="mx-4" href="/user/logout">Log Out</v-btn>
</v-row>
</v-container>
</v-main>