mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 22:46:28 +02:00
🎨 Improving error system, fixing profile store, and more stuff
This commit is contained in:
@@ -5,7 +5,7 @@ definePageMeta({
|
||||
name: 'Profile',
|
||||
})
|
||||
|
||||
const { displayName, profile } = useProfile()
|
||||
const { displayName, profile } = storeToRefs(useProfile())
|
||||
|
||||
const isPasswordModalOpen = ref(false)
|
||||
const isEmailModalOpen = ref(false)
|
||||
|
Reference in New Issue
Block a user