Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 00460a9

Browse filesBrowse files
authored
Update security.html.twig
1 parent 8ed9964 commit 00460a9
Copy full SHA for 00460a9

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.