diff --git a/website/client/src/components/settings/site.vue b/website/client/src/components/settings/site.vue index ac3299c44c..348025d886 100644 --- a/website/client/src/components/settings/site.vue +++ b/website/client/src/components/settings/site.vue @@ -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) {