pipe call removed

This commit is contained in:
CHIEFSOFT\ameye
2023-11-16 07:44:21 -05:00
parent 825c9c21b8
commit 6ca40c7cc0
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -8,6 +8,8 @@
<div *ngIf="tab == 1" class="ion-padding">
<ion-label class="welcome_lbl">Forgot password</ion-label>
<ion-label class="simp_lbl">Select which contact details should we use to reset your password:</ion-label>
+2 -2
View File
@@ -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;
}