🐛 fixing routing after reset password success

This commit is contained in:
ChatonDeAru
2024-10-04 09:04:41 +02:00
parent 8f21d3d615
commit 9a12d6b6fa
5 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ definePageMeta({
name: 'Profile',
})
const { displayName, profile } = storeToRefs(useProfile())
const { displayName, profile } = storeToRefs(useMember())
const isPasswordModalOpen = ref(false)
const isEmailModalOpen = ref(false)