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']); } }