cartodb-4.42/app/views/password_resets/changed.html.erb
2024-04-06 05:25:13 +00:00

4 lines
193 B
Plaintext

<% content_for :title do %>Password changed<% end %>
<% title = 'Your password has been updated successfully' %>
<%= render :partial => 'message', locals: { title: title, description: nil } %>