From 6ca40c7cc0329af50b033ea20fee6c906b77951b Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 16 Nov 2023 07:44:21 -0500 Subject: [PATCH] pipe call removed --- src/app/pages/forgot/forgot.page.html | 2 ++ src/app/services/wrench.service.ts | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/pages/forgot/forgot.page.html b/src/app/pages/forgot/forgot.page.html index 30d4a5a..72e6703 100644 --- a/src/app/pages/forgot/forgot.page.html +++ b/src/app/pages/forgot/forgot.page.html @@ -8,6 +8,8 @@
+ + Forgot password Select which contact details should we use to reset your password: diff --git a/src/app/services/wrench.service.ts b/src/app/services/wrench.service.ts index f69df2b..d5c09cb 100644 --- a/src/app/services/wrench.service.ts +++ b/src/app/services/wrench.service.ts @@ -40,7 +40,7 @@ export class WrenchService { // if (apiReturn.internal_return == -9999){ // // } - +/* apiReturn.pipe().subscribe(ret => { //alert('Todays report: ' + internal_return); @@ -51,7 +51,7 @@ export class WrenchService { } }); - +*/ return apiReturn; }