Skip to content

Commit

Permalink
💄 [#3957] update eIDAS logo to png
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkiysendoorn1 committed Mar 4, 2024
1 parent 2286ad1 commit 9891182
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/openforms/authentication/contrib/eherkenning/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class EIDASAuthentication(AuthenticationBasePlugin):
def get_logo(self, request) -> LoginLogo | None:
return LoginLogo(
title=self.get_label(),
image_src=request.build_absolute_uri(static("img/eidas.svg")),
image_src=request.build_absolute_uri(static("img/eidas.png")),
href="https://digital-strategy.ec.europa.eu/en/policies/eu-trust-mark",
appearance=LogoAppearance.light,
)
Binary file added src/openforms/static/img/eidas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/openforms/static/img/eidas.svg

This file was deleted.

0 comments on commit 9891182

Please sign in to comment.