Skip to content

Commit

Permalink
fix: switching back to anchor (failing styling, no inline JS)
Browse files Browse the repository at this point in the history
  • Loading branch information
marnixdessing committed Apr 3, 2023
1 parent 61afed3 commit bb93aa4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/issue/issue.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
<p>Laad uw persoonsgegevens in de Yivi app door de QR code te scannen.</p>
<div id="yivi-web-form"></div>

<button
id="retry-button"
onClick="window.location.reload();"
class="button secondary {{^error}}hidden{{/error}}"
>Opnieuw proberen</button>
<a id="retry-button" href="" class="button secondary {{^error}}hidden{{/error}}">Opnieuw proberen</a>
<a href="/logout" class="button secondary">Uitloggen bij DigiD</a>

</main>
Expand Down

0 comments on commit bb93aa4

Please sign in to comment.