d2df3d2517
This is because devise uses flash to store logic, instead of only information that has to be given to the user. The 'timedout' key has been removed from the flash hash. This should be reverted when devise changes this.
3 lines
103 B
Text
3 lines
103 B
Text
- flash.delete(:timedout).each do |key, value|
|
|
.pure-alert{ class: "pure-alert-#{key}" }
|
|
= value
|