Skip to content

Commit

Permalink
feat: update help link on totp registration error
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Dec 20, 2024
1 parent 709daf0 commit 27e5927
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/views/authenticator-app-configuration.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
<% if (locals.hasCodeError) { %>
<p class="fr-error-text" id="email-error">
Code invalide. 
<a href="#"
<a href="https://agentconnect.crisp.help/fr/article/quest-ce-que-la-double-authentification-1m5mpmj/#2-comment-faire-si-le-code-a-usage-unique-ne-fonctionne-pas"
target="_blank"
rel="noopener noreferrer"
aria-label="Page d'aide"
>
Aide
Consultez notre page d’aide.
</a>
</p>
<% } %>
Expand Down
4 changes: 2 additions & 2 deletions src/views/user/2fa-sign-in.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
<% if (locals.hasCodeError) { %>
<p class="fr-error-text" id="email-error">
Code invalide. 
<a href="#"
<a href="https://agentconnect.crisp.help/fr/article/quest-ce-que-la-double-authentification-1m5mpmj/#2-comment-faire-si-le-code-a-usage-unique-ne-fonctionne-pas"
target="_blank"
rel="noopener noreferrer"
aria-label="Page d'aide"
>
Aide
Consultez notre page d’aide.
</a>
</p>
<% } %>
Expand Down

0 comments on commit 27e5927

Please sign in to comment.