Skip to content

Commit

Permalink
Fix navigation for custom request (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: Vafeiadis Nikos <[email protected]>
  • Loading branch information
vafeini and vafeini authored Jun 25, 2024
1 parent 808a877 commit 26d735b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class HomeComponent implements OnInit, OnDestroy {
.subscribe((data) => {
this.hideNextStep();
this.dataService.setQRCode(data as PresentationDefinitionResponse);
this.navigateService.navigateTo('/presentation/verifiable');
this.navigateService.navigateTo('/custom-request/verifiable');
this.changeDetectorRef.detectChanges();
});
} else {
Expand Down
2 changes: 1 addition & 1 deletion src/proxy.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"secure": false,
"logLevel": "debug",
"changeOrigin": true
}
}
}

0 comments on commit 26d735b

Please sign in to comment.