8000 consistent "not authenticated" output in WDT · symfony/symfony@1b05650 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b05650

Browse files
committed
consistent "not authenticated" output in WDT
This makes the output in the toolbar when no token is present consistent with what it looks like when there is a token.
1 parent 79259aa commit 1b05650

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
</div>
3535
{% else %}
3636
<div class="sf-toolbar-info-piece">
37-
<span>You are not authenticated.</span>
37+
<b>Authenticated</b>
38+
<span class="sf-toolbar-status sf-toolbar-status-red">No</span>
3839
</div>
3940
{% endif %}
4041

0 commit comments

Comments
 (0)
0