Hi again @nitzan.harel,
As shown in this example, you can explicitly specify what widget you want your customization to be applied to, so you won’t deal with the logo being added twice where one already exists. It can be done by using an if statement like this:
{% if prompt.name == "reset-password-success" or prompt.name == "reset-password-error" %}
Let us know if this helps.
Have a good one,
Vlad