Skip to content

Commit

Permalink
Re-introduce nonce to support old version of verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
VAFEIADIS Nikos committed Jan 26, 2024
1 parent 0654120 commit 630f81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/presentation-definition.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class PresentationDefinitionService {
return this.httpService.get(`ui/presentations/${presentation_id}?response_code=${code}`);
}
getWalletResponse (presentation_id: string) : Observable<PresentationsResponse> {
return this.httpService.get(`ui/presentations/${presentation_id}`);
return this.httpService.get(`ui/presentations/${presentation_id}?nonce=nonce`);
}

generateCode (requestCode: string): Observable<PresentationDefinitionResponse> {
Expand Down

0 comments on commit 630f81a

Please sign in to comment.