Skip to content

Commit c68fa7f

Browse files
committed
remove DOME references
1 parent ac14547 commit c68fa7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/templates/login.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
</head>
323323
<body>
324324
<div class="header">
325-
<img th:src="@{/img/{file}(file=${logoSrc})}" alt="DOME White Logo" th:attr="onclick='window.location.href = \'' + ${homeUri} + '\''" style="cursor: pointer;">
325+
<img th:src="@{/img/{file}(file=${logoSrc})}" alt="White Logo" th:attr="onclick='window.location.href = \'' + ${homeUri} + '\''" style="cursor: pointer;">
326326
</div>
327327
<div class="page">
328328
<div class="container">
@@ -338,7 +338,7 @@ <h3>Your organization must be registered in the marketplace before you log in.</
338338
<h1 class="instructions-title">Login instructions:</h1>
339339
<ol>
340340
<li>You must log in to an EUDI Wallet or to a <a
341-
th:href="${walletUri}">DOME Wallet</a> using your smartphone.</li>
341+
th:href="${walletUri}">Wallet</a> using your smartphone.</li>
342342
<li>Scan the QR code.</li>
343343
<li>Select the LEAR credential obtained after registration process.</li>
344344
</ol>
@@ -348,14 +348,14 @@ <h1 class="instructions-title">Login instructions:</h1>
348348
<img id="qr-code" class="qr-image" th:src="${qrImage}" alt="QR Code">
349349
</div>
350350
<div id="qr-title" class="qr-title additional-element">
351-
Scan the QR with your EUDI wallet or DOME wallet to log in
351+
Scan the QR with your wallet to log in
352352
</div>
353353
<div id="same-device-title" class="additional-element" style="display: none;">
354354
<h3>Login from the same device</h3>
355355
</div>
356356
<button id="dome-wallet-button" class="action-button" style="display: none;">
357357
<i class="fa-solid fa-wallet"></i>
358-
DOME Wallet
358+
Wallet
359359
</button>
360360
</div>
361361
</div>

0 commit comments

Comments
 (0)