qrcode: fix warnings on the reader page (#83525)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-11-15 10:04:33 +01:00 committed by Corentin Sechet
parent 92768f5852
commit b516b7b66c
3 changed files with 7 additions and 1 deletions

5
README
View File

@ -136,3 +136,8 @@ zxing-browser (https://github.com/zxing-js/browser/)
# Files: passerelle/apps/qrcode/static/qrcode/js/zxing-browser.min.js
# Copyright: (c) 2018 ZXing for JS
# Licensed under the MIT license.
RemixIcon (https://github.com/Remix-Design/RemixIcon)
# Files: passerelle/apps/qrcode/static/qrcode/img/favicon.ico
# Copyright (c) 2020 RemixIcon.com
# Licensed under the Apache License Version 2.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -2,9 +2,10 @@
{% load i18n %}
{% load static %}
<!doctype html>
<html>
<head>
<link rel="icon" type="image/x-icon" href="{% static 'qrcode/img/favicon.ico' %}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="application/json" id="qrcode-reader-i18n">
{