Skip to content
Merged
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.0.5](https://github.com/in2workspace/in2-verifier-api/releases/tag/v2.0.5)
### Fixed
- Small text fixes in login template.

## [v2.0.4](https://github.com/in2workspace/in2-verifier-api/releases/tag/v2.0.4)
### Removed
- Remove hardcoded visible "DOME" references in UI.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'es.in2'
version = '2.0.4'
version = '2.0.5'

java {
toolchain {
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/templates/login-ca.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
<div class="page">
<div class="container">
<div class="registration-card">
<h3>La teva organització ha d’estar registrada al Marketplace abans d’iniciar sessió.</h3>
<h3>La teva organització ha d’estar registrada abans d’iniciar sessió.</h3>
<button th:attr="onclick='window.location.href = \'' + ${onboardingUri} + '\''">
Registre
</button>
Expand All @@ -337,7 +337,7 @@ <h3>La teva organització ha d’estar registrada al Marketplace abans d’inici
<div class="instructions">
<h1 class="instructions-title">Instruccions d’inici de sessió:</h1>
<ol>
<li>Has d’iniciar sessió en un EUDI Wallet o en el nostre<a th:href="${walletUri}">Wallet Digital</a> utilitzant el teu telèfon mòbil.</li>
<li>Has d’iniciar sessió en un EUDI Wallet o en el nostre <a th:href="${walletUri}">Wallet Digital</a> utilitzant el teu telèfon mòbil.</li>
<li>Escaneja el codi QR.</li>
<li>Selecciona la credencial LEAR obtinguda després del procés de registre.</li>
</ol>
Expand All @@ -363,7 +363,7 @@ <h3>Inici de sessió des del mateix dispositiu</h3>
<span>Tens problemes per iniciar sessió?</span>
<div class="help-container">
<i class="fa-solid fa-wrench"></i>
<span class="help">Obtén ajuda del <a th:href="${supportUri}">servei de suport</a></span>
<span class="help">Obtingues ajuda del <a th:href="${supportUri}">servei de suport</a></span>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/templates/login-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
<div class="page">
<div class="container">
<div class="registration-card">
<h3>Your organization must be registered before you log in.</h3>
<h3>Your organization must be registered before you can log in.</h3>
<button th:attr="onclick='window.location.href = \'' + ${onboardingUri} + '\''">
Onboarding
</button>
Expand All @@ -340,15 +340,15 @@ <h1 class="instructions-title">Login instructions:</h1>
<li>You must log in to an EUDI Wallet or to our <a
th:href="${walletUri}">Digital Wallet</a> using your smartphone.</li>
<li>Scan the QR code.</li>
<li>Select the LEAR credential obtained after registration process.</li>
<li>Select the LEAR credential obtained after the registration process.</li>
</ol>
</div>
<div class="qr-container">
<div id="qr-frame" class="qr-frame">
<img id="qr-code" class="qr-image" th:src="${qrImage}" alt="QR Code">
</div>
<div id="qr-title" class="qr-title additional-element">
Scan the QR with your EUDI Wallet or our Digital Wallet to log in
Scan the QR with an EUDI Wallet or our Digital Wallet to log in
</div>
<div id="same-device-title" class="additional-element" style="display: none;">
<h3>Login from the same device</h3>
Expand Down