1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-23 23:29:39 +02:00

Centralize auth messages

This commit is contained in:
Jose Farias 2024-02-02 23:58:09 -06:00
parent 40c6c4b756
commit 2adf2de190
No known key found for this signature in database
GPG key ID: 877CF7E5FFD0FB3F
8 changed files with 23 additions and 19 deletions

View file

@ -0,0 +1,7 @@
<% flash.each do |type, msg| %>
<div><%= msg %></div>
<% end %>
<% errors.each do |message| %>
<div><%= message %></div>
<% end %>