mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 06:35:37 +00:00
(website/client/src/components/settings/site.vue): Fix refresh the de-register social media buttons. (#11992)
This commit is contained in:
parent
9dcce382a3
commit
5cf6a67a36
1 changed files with 1 additions and 0 deletions
|
|
@ -833,6 +833,7 @@ export default {
|
|||
},
|
||||
async deleteSocialAuth (network) {
|
||||
await axios.delete(`/api/v4/user/auth/social/${network.key}`);
|
||||
this.user.auth[network.key] = {};
|
||||
this.text(this.$t('detachedSocial', { network: network.name }));
|
||||
},
|
||||
async socialAuth (network) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue