mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix incorrect escaping of QR code secrets
This commit is contained in:
@@ -918,7 +918,7 @@ $(function () {
|
||||
height: 196
|
||||
}
|
||||
);
|
||||
$div.append($(this).attr("data-qrcode").slice(0, 10) + "…<br>");
|
||||
$div.append($("<div>").text($(this).attr("data-qrcode").slice(0, 10)).get(0).innerHTML + "…<br>");
|
||||
$div.append(gettext("Click to close"));
|
||||
$div.slideDown(200);
|
||||
$div.click(function (e) {
|
||||
|
||||
Reference in New Issue
Block a user