diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-25 08:45:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-25 08:45:37 +0200 |
commit | 98eacc80d398a2d17ea93ffebc1dd08d3f31ee0b (patch) | |
tree | 7fdafd35aaf715ec5745f07e8358c5f56bc5a852 /client/src/app/+my-account | |
parent | 608c07bb39d53e562c2e1ef768e3188e6babf79d (diff) | |
download | PeerTube-98eacc80d398a2d17ea93ffebc1dd08d3f31ee0b.tar.gz PeerTube-98eacc80d398a2d17ea93ffebc1dd08d3f31ee0b.tar.zst PeerTube-98eacc80d398a2d17ea93ffebc1dd08d3f31ee0b.zip |
Remove invalid console logs
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-settings/my-account-email-preferences/my-account-email-preferences.component.ts | 2 |
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 | } |