italia / eudi-wallet-it-python

Python toolchain for building an OpenID4VP RP with a SATOSA backend compliant with the Italian Wallet implementation profile
Apache License 2.0
16 stars 8 forks source link

Unused parameter `error_template` #225

Open salvatorelaiso opened 6 months ago

salvatorelaiso commented 6 months ago

The parameter error_template seems like is unused.

This parameter, which is found in example/satosa/pyeudiw_backend.yaml is referenced only in the following code (not considering test files):

https://github.com/italia/eudi-wallet-it-python/blob/d2ab68d207345920d0816aaf733a38ffd51326e8/pyeudiw/satosa/html_template.py#L36-L39

See also #154.

Outside the mentioned code (which is commented-out) there is no other use of this parameter.