mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
[bug] fix cannot delete profile
This commit is contained in:
parent
cdba6c0157
commit
163b589d56
@ -40,7 +40,7 @@
|
||||
await this.$confirm(this.$t('profile.deleteConfirm'), 'danger');
|
||||
|
||||
this.deleting = true;
|
||||
const response = await this.$axios.$post(`/profile/delete/${locale}`);
|
||||
const response = await this.$axios.$post(`/profile/delete`);
|
||||
this.deleting = false;
|
||||
this.$emit('update', response);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user