Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# web-eid-authtoken-validation-java

![European Regional Development Fund](https://github.com/open-eid/DigiDoc4-Client/blob/master/client/images/EL_Regionaalarengu_Fond.png)
![European Regional Development Fund](example/src/main/resources/static/img/eu-fund-flags.jpg)

*web-eid-authtoken-validation-java* is a Java library for issuing challenge nonces and validating Web eID authentication tokens during secure authentication with electronic ID (eID) smart cards in web applications.

Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Web eID Spring Boot example

![European Regional Development Fund](https://github.com/open-eid/DigiDoc4-Client/blob/master/client/images/EL_Regionaalarengu_Fond.png)
![European Regional Development Fund](src/main/resources/static/img/eu-fund-flags.jpg)

This project is an example Spring Boot web application that shows how to implement strong authentication
and digital signing with electronic ID smart cards using Web eID.
Expand Down
2 changes: 1 addition & 1 deletion example/src/main/resources/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ body {
}

.eu-logo-fixed img {
height: 86px;
height: 110px;
}

/* Remove blue focus outline from accordion buttons */
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
787 changes: 0 additions & 787 deletions example/src/main/resources/static/img/eu-fund-flags.svg

This file was deleted.

2 changes: 1 addition & 1 deletion example/src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ <h4 class="accordion-header" id="headingDocumentationMobile">
</div>

<div class="eu-logo-fixed" onmouseout="this.style.display = 'none'">
<img src="/img/eu-fund-flags.svg" alt="EU fund flags" />
<img src="/img/eu-fund-flags.png" alt="EU fund flags" />
</div>

<script src="/js/bootstrap.bundle.min.js"></script>
Expand Down
Loading