Redirect to creator profile edition upon creation of a new creator

This commit is contained in:
2024-09-04 14:07:14 -04:00
parent bad374a158
commit 4eea8c4884

View File

@@ -40,7 +40,7 @@ async function requestAccept(creatorName) {
'name': creatorName
})
if (response.status >= 200 && response.status < 300) {
await userStore.fetchCurrentUserProfile()
await userStore.fetchCurrentCreatorProfile()
dialog.value = false
} else {
console.log(`An issue while creating the creator: ${response.statusText}`)