diff --git a/app/views/devise/shared/_authorization_error.html.erb b/app/views/devise/shared/_authorization_error.html.erb index 98a58f6ac..aa39f3958 100644 --- a/app/views/devise/shared/_authorization_error.html.erb +++ b/app/views/devise/shared/_authorization_error.html.erb @@ -13,6 +13,7 @@ <% unless flash[:alert].blank? %>
Something went wrong: + <% if flash[:alert].is_a?(Array) %> + <% else %> + <%= flash[:alert] %> +
+ <% end %> Please try again below, or contact yo@dev.to if this persists.
<% end %>