#33 PayementCompleted redirect to Guillaume fix

This commit is contained in:
Dominic Villemure
2024-04-24 22:38:21 -04:00
parent 67e7edf047
commit c257c542e7

View File

@@ -35,7 +35,7 @@
<v-row> <v-row>
<v-col cols="12"> <v-col cols="12">
<v-card-actions class="justify-end"> <v-card-actions class="justify-end">
<v-btn @click="this.$router.push({path: '/creatorfolio'})">Ok</v-btn> <v-btn @click="this.$router.push({path: '/guillaumeaime'})">Ok</v-btn>
</v-card-actions> </v-card-actions>
</v-col> </v-col>
</v-row> </v-row>