mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
ignore flash username for error display on signin
This commit is contained in:
parent
6a26c3115d
commit
b2a2281ff7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
<% if flash.keys.length > 0 %>
|
<% if flash.keys.length > 0 %>
|
||||||
<div class="alert alert-block">
|
<div class="alert alert-block">
|
||||||
<p>
|
<p>
|
||||||
<% flash.keys.each do |key| %>
|
<% flash.keys.select {|s| s == :error}.each do |key| %>
|
||||||
<%= flash[key] %>
|
<%= flash[key] %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue