We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72ecfc commit 53a91c4Copy full SHA for 53a91c4
1 file changed
rootfs/web/src/components/UserMenu.vue
@@ -28,7 +28,7 @@
28
</li>
29
30
<li class="glostick__menu__listitem">
31
- <a class="glostick__menu__item glostick__menu__item--docs" href="/user/logout">Sign out</a>
+ <a class="glostick__menu__item glostick__menu__item--docs" @click="logout">Sign out</a>
32
33
</ul>
34
</template>
0 commit comments