aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-email-preferences/my-account-email-preferences.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-25 08:45:37 +0200
committerChocobozzz <me@florianbigard.com>2023-05-25 08:45:37 +0200
commit98eacc80d398a2d17ea93ffebc1dd08d3f31ee0b (patch)
tree7fdafd35aaf715ec5745f07e8358c5f56bc5a852 /client/src/app/+my-account/my-account-settings/my-account-email-preferences/my-account-email-preferences.component.ts
parent608c07bb39d53e562c2e1ef768e3188e6babf79d (diff)
downloadPeerTube-98eacc80d398a2d17ea93ffebc1dd08d3f31ee0b.tar.gz
PeerTube-98eacc80d398a2d17ea93ffebc1dd08d3f31ee0b.tar.zst
PeerTube-98eacc80d398a2d17ea93ffebc1dd08d3f31ee0b.zip
Remove invalid console logs
Diffstat (limited to 'client/src/app/+my-account/my-account-settings/my-account-email-preferences/my-account-email-preferences.component.ts')
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-email-preferences/my-account-email-preferences.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-email-preferences/my-account-email-preferences.component.ts b/client/src/app/+my-account/my-account-settings/my-account-email-preferences/my-account-email-preferences.component.ts
index 7fd59d7c8..381d18922 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-email-preferences/my-account-email-preferences.component.ts
+++ b/client/src/app/+my-account/my-account-settings/my-account-email-preferences/my-account-email-preferences.component.ts
@@ -45,7 +45,7 @@ export class MyAccountEmailPreferencesComponent extends FormReactive implements
45 this.user.emailPublic = details.emailPublic 45 this.user.emailPublic = details.emailPublic
46 }, 46 },
47 47
48 error: err => console.log(err.message) 48 error: err => this.notifier.error(err.message)
49 }) 49 })
50 } 50 }
51} 51}