parent
502fa23d31
commit
4d5c65e6d4
12 changed files with 131 additions and 24 deletions
|
@ -40,6 +40,14 @@
|
|||
window.__auth_scopes = {{ scope_set|safe }};
|
||||
window.__vuln_priority = {{ vuln_priority_set|safe }}
|
||||
window.__token = '{{ csrf_token() }}';
|
||||
|
||||
{% if error_code %}
|
||||
window.__error_code = {{ error_code }};
|
||||
{% endif %}
|
||||
|
||||
{% if error_info %}
|
||||
window.__error_info = {{ error_info|safe }};
|
||||
{% endif %}
|
||||
</script>
|
||||
|
||||
{% for script_url in external_scripts %}
|
||||
|
|
Reference in a new issue