Closed user menu on select profile

This commit is contained in:
Alexis
2024-06-07 19:40:55 +02:00
parent 4a4433dcdd
commit f963116018

View File

@@ -44,6 +44,8 @@ async function handleLogout() {
function gotoProfilePage() {
router.push({ path: '/profile' })
closeMenu()
}
</script>