Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms authored Jan 8, 2024
2 parents 1887868 + dbbdbdf commit 369bbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/dashboard/verify.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ export default {
await this.$axios.$post(
'/dashboard/verify?id=' + this.$route.query.id,
{
status: this.switch_.confirm,
role: this.input.role,
status: this.switch_.confirm,
role: this.input.role,
},
{
headers: {
Expand Down

0 comments on commit 369bbe7

Please sign in to comment.