We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcee325 + 49a0906 commit bc36546Copy full SHA for bc36546
Resources/views/Collector/security.html.twig
@@ -5,7 +5,7 @@
5
{% block toolbar %}
6
{% if collector.token %}
7
{% set is_authenticated = collector.enabled and collector.authenticated %}
8
- {% set color_code = is_authenticated ? '' : 'yellow' %}
+ {% set color_code = not is_authenticated ? 'yellow' %}
9
{% elseif collector.enabled %}
10
{% set color_code = collector.authenticatorManagerEnabled ? 'yellow' : 'red' %}
11
{% else %}
0 commit comments