Skip to content

Commit 00460a9

Browse files
authored
Update security.html.twig
1 parent 8ed9964 commit 00460a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% set is_authenticated = collector.enabled and collector.authenticated %}
88
{% set color_code = is_authenticated ? '' : 'yellow' %}
99
{% else %}
10-
{% set color_code = collector.enabled ? 'red' : '' %}
10+
{% set color_code = collector.enabled ? 'yellow' : '' %}
1111
{% endif %}
1212

1313
{% set icon %}
@@ -35,7 +35,7 @@
3535

3636
<div class="sf-toolbar-info-piece">
3737
<b>Authenticated</b>
38-
<span class="sf-toolbar-status sf-toolbar-status-{{ is_authenticated ? 'green' : 'red' }}">{{ is_authenticated ? 'Yes' : 'No' }}</span>
38+
<span class="sf-toolbar-status sf-toolbar-status-{{ is_authenticated ? 'green' : 'yellow' }}">{{ is_authenticated ? 'Yes' : 'No' }}</span>
3939
</div>
4040

4141
<div class="sf-toolbar-info-piece">
@@ -45,7 +45,7 @@
4545
{% else %}
4646
<div class="sf-toolbar-info-piece">
4747
<b>Authenticated</b>
48-
<span class="sf-toolbar-status sf-toolbar-status-red">No</span>
48+
<span class="sf-toolbar-status sf-toolbar-status-yellow">No</span>
4949
</div>
5050
{% endif %}
5151

0 commit comments

Comments
 (0)