From 98eacc80d398a2d17ea93ffebc1dd08d3f31ee0b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 25 May 2023 08:45:37 +0200 Subject: Remove invalid console logs --- .../my-account-email-preferences.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+my-account') 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 this.user.emailPublic = details.emailPublic }, - error: err => console.log(err.message) + error: err => this.notifier.error(err.message) }) } } -- cgit v1.2.3