tiredofit / docker-self-service-password

Dockerized Self Service Password Changer with many customizable options
MIT License
134 stars 63 forks source link

Do not fallback to default logo on undefined #29

Closed avoidik closed 1 year ago

avoidik commented 4 years ago

Currently it is not possible to set it to an empty value, like LOGO: "", that way it will be possible to hide it by default. Call to update_config logo ${LOGO} properly set it to an empty value if $LOGO is undefined.