Redirect to creator profile edition upon creation of a new creator
This commit is contained in:
@@ -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}`)
|
||||
|
||||
Reference in New Issue
Block a user