From 44cc2c6ac3558fc888ce0a0bd7e42748b9fc2c15 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 23 Aug 2023 09:09:34 -0400 Subject: [PATCH] craete user bug --- src/app/pages/transaction/transaction.page.html | 8 +++++--- src/app/services/wrench.service.ts | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/pages/transaction/transaction.page.html b/src/app/pages/transaction/transaction.page.html index 14656b7..8a31c98 100644 --- a/src/app/pages/transaction/transaction.page.html +++ b/src/app/pages/transaction/transaction.page.html @@ -16,9 +16,11 @@ - - - + Redeem + + + + diff --git a/src/app/services/wrench.service.ts b/src/app/services/wrench.service.ts index 0a62fc4..122f74e 100644 --- a/src/app/services/wrench.service.ts +++ b/src/app/services/wrench.service.ts @@ -22,9 +22,10 @@ export class WrenchService { } getPostData(reqPath:string, reqData): Observable { - if (reqPath != 'userlogin'){ + if (reqPath != 'userlogin'&& reqPath != 'createuser'){ const sessionId = this.sessionDataProviderService.session; if (sessionId.length==0){ + //debugger; this.router.navigate(['login']); } }