This commit is contained in:
2024-09-02 21:11:02 +02:00
parent 5d00a5a090
commit 18fbf98695
5 changed files with 64 additions and 5 deletions

View File

@@ -42,9 +42,7 @@ export async function useUser() {
method: 'PATCH',
body: JSON.stringify(user),
})
console.log(session.value)
await fetch()
console.log(session.value)
useSuccessToast('User successfully updated!')
}
catch (error) {