Skip to content

Commit

Permalink
Hide PID presentation QR in PDA1 issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
pstamatop committed Sep 5, 2024
1 parent 39eccfa commit 7260c4e
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,17 @@ export class VIDAuthenticationComponent extends AuthenticationComponent {
lang: req.lang,
locale: locale[req.lang]
});
} else {
return res.render('issuer/vid-auth-component', {
title: "VID authentication",
wwwalletURL: config.wwwalletURL,
authorizationRequestURL: url.toString(),
authorizationRequestQR: null,
state: url.searchParams.get('state'),
lang: req.lang,
locale: locale[req.lang]
});
}
return res.redirect(url.toString());
}


Expand Down

0 comments on commit 7260c4e

Please sign in to comment.