Closed Zicchio closed 3 months ago
The default QR code rendering fails and insufficient data is passed to the Jinja template engine. More precisely, this step https://github.com/italia/eudi-wallet-it-python/blob/52fcbece3fa77fefbd5e91181ac3e2e73fc5f098/example/satosa/templates/qr_code.html#L31
fails due tot he fact that qrcode_logo_path is not passed to the data dictionary for Jinja https://github.com/italia/eudi-wallet-it-python/blob/52fcbece3fa77fefbd5e91181ac3e2e73fc5f098/pyeudiw/satosa/default/openid4vp_backend.py#L215-L223
qrcode_logo_path
Note that self.config indeed contains the required information.
self.config
Closed with #244
The default QR code rendering fails and insufficient data is passed to the Jinja template engine. More precisely, this step https://github.com/italia/eudi-wallet-it-python/blob/52fcbece3fa77fefbd5e91181ac3e2e73fc5f098/example/satosa/templates/qr_code.html#L31
fails due tot he fact that
qrcode_logo_path
is not passed to the data dictionary for Jinja https://github.com/italia/eudi-wallet-it-python/blob/52fcbece3fa77fefbd5e91181ac3e2e73fc5f098/pyeudiw/satosa/default/openid4vp_backend.py#L215-L223Note that
self.config
indeed contains the required information.