client id constant
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s

This commit is contained in:
Corban-Lee Jones 2024-08-18 23:21:21 +01:00
parent 29857cb004
commit e7f9bea5a8

View File

@ -56,6 +56,7 @@
<script>
const CSRF_MiddlewareToken = "{{ csrf_token }}";
const currentUserId = "{{ request.user.id }}";
const discordClientId = "{{ discordClientId }}";
</script>
<script src="{% static '/js/jquery-3.6.0.min.js' %}"></script>