Skip to content

Commit

Permalink
Port our dependencies to the repository (#551)
Browse files Browse the repository at this point in the history
* Port our dependencies to the repository

* Fix

---------

Co-authored-by: Job Doesburg <[email protected]>
  • Loading branch information
KiOui and JobDoesburg authored Apr 12, 2024
1 parent 416b2ca commit 8338d52
Show file tree
Hide file tree
Showing 20 changed files with 38,449 additions and 9 deletions.
3,250 changes: 3,250 additions & 0 deletions website/orders/static/orders/js/adapter.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion website/orders/templates/orders/shift_admin_scanner.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
const SCANNER_DATA_URL = "{% url 'v1:shifts_scanner' shift=shift %}";
const TRANSACTION_USER_DATA_URL = "{% url 'v1:account_retrieve' %}";
</script>
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
<script src="{% static "orders/js/adapter.js" %}"></script>
<script src="{% static "orders/js/jsQR.min.js" %}"></script>
<script src="{% static "orders/js/quagga.min.js" %}"></script>
<script src="{% static "orders/js/admin-scanner.js" %}"></script>
Expand Down
3 changes: 1 addition & 2 deletions website/tosti/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,4 @@
AGE_VERIFICATION_INSTITUTE_VALUE = "ru.nl"

YIVI_SERVER_URL = os.environ.get("YIVI_SERVER_URL")
YIVI_SERVER_TOKEN = os.environ.get("YIVI_SERVER_TOKEN")

YIVI_SERVER_TOKEN = os.environ.get("YIVI_SERVER_TOKEN")
Loading

0 comments on commit 8338d52

Please sign in to comment.