cartodb/app/views/password_resets/changed.html.erb
2020-06-15 10:58:47 +08: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 } %>