diff --git a/src/app/core/services/presentation-definition.service.ts b/src/app/core/services/presentation-definition.service.ts index f13b9b2..5ff23a5 100644 --- a/src/app/core/services/presentation-definition.service.ts +++ b/src/app/core/services/presentation-definition.service.ts @@ -23,7 +23,7 @@ export class PresentationDefinitionService { return this.httpService.get(`ui/presentations/${presentation_id}?response_code=${code}`); } getWalletResponse (presentation_id: string) : Observable { - return this.httpService.get(`ui/presentations/${presentation_id}`); + return this.httpService.get(`ui/presentations/${presentation_id}?nonce=nonce`); } generateCode (requestCode: string): Observable {