Skip to content

Retry button in QR code page does not work #435

@Zicchio

Description

@Zicchio

After authentication fails, the QR code page updates itself with a retry button.

$('#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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions