diff --git a/resources/js/views/twofaccounts/Edit.vue b/resources/js/views/twofaccounts/Edit.vue index a8f53189..6b46888d 100644 --- a/resources/js/views/twofaccounts/Edit.vue +++ b/resources/js/views/twofaccounts/Edit.vue @@ -9,7 +9,7 @@
@@ -272,7 +272,7 @@ }, fetchLogo() { - if ($root.appSettings.getOfficialIcons) { + if (this.$root.appSettings.getOfficialIcons) { this.axios.post('/api/v1/icons/default', {service: this.form.service}, {returnError: true}).then(response => { if (response.status === 201) { // clean possible already uploaded temp icon