-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
After authentication fails, the QR code page updates itself with a retry button.
eudi-wallet-it-python/example/satosa/templates/qr_code.html
Lines 139 to 149 in 2a09cd9
$('#content-qrcode-info').html(` | |
<div id="content-function" class="text-center button-container mt-2"> | |
<button href="" | |
class="btn btn-outline-primary" | |
aria-haspopup="false" | |
aria-expanded="false" | |
data-focus-mouse="false" | |
> | |
<span>${retryLabel}</span> | |
</button> | |
</div>` |
The retry button does not have any link or behaviour associated to it and, as such, it does not work.