Add error message to app if secret missing in quay
This commit is contained in:
parent
6afc00bf77
commit
d44aa8f566
5 changed files with 16 additions and 16 deletions
|
@ -35,6 +35,7 @@
|
|||
window.__auth_scopes = {{ scope_set|tojson|safe }};
|
||||
window.__vuln_priority = {{ vuln_priority_set|tojson|safe }}
|
||||
window.__token = '{{ csrf_token() }}';
|
||||
window.__is_kubernetes = {{ is_kubernetes|tojson|safe }};
|
||||
|
||||
{% if error_code %}
|
||||
window.__error_code = {{ error_code }};
|
||||
|
|
Reference in a new issue