From 9df52d660feb722404be00a50f3c8a612bec1c15 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Aug 2021 14:42:53 +0200 Subject: Migrate client to eslint --- .../my-account-danger-zone/my-account-danger-zone.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/+my-account/my-account-settings/my-account-danger-zone') diff --git a/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts b/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts index 5005cb630..4a46f1ad9 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts +++ b/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts @@ -15,10 +15,11 @@ export class MyAccountDangerZoneComponent { private userService: UserService, private confirmService: ConfirmService, private redirectService: RedirectService - ) { } + ) { } async deleteMe () { const res = await this.confirmService.confirmWithInput( + // eslint-disable-next-line max-len $localize`Are you sure you want to delete your account? This will delete all your data, including channels, videos and comments. Content cached by other servers and other third-parties might make longer to be deleted.`, $localize`Type your username to confirm`, this.user.username, -- cgit v1.2.3