From 7815dc450ea9f8fd63e2234b6215013a132e6229 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 10 May 2023 14:23:59 +0200 Subject: Prevent invalid end watch section warnings --- client/src/app/+login/login.component.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/src/app/+login/login.component.ts') diff --git a/client/src/app/+login/login.component.ts b/client/src/app/+login/login.component.ts index c03af38f2..ba0d412d6 100644 --- a/client/src/app/+login/login.component.ts +++ b/client/src/app/+login/login.component.ts @@ -197,8 +197,6 @@ The link will expire within 1 hour.` } private handleError (err: any) { - console.log(err) - if (this.authService.isOTPMissingError(err)) { this.otpStep = true -- cgit v1.2.3