cartodb-4.42/app/views/password_resets/changed.html.erb

4 lines
193 B
Plaintext
Raw Normal View History

2024-04-06 13:25:13 +08:00
<% content_for :title do %>Password changed<% end %>
<% title = 'Your password has been updated successfully' %>
<%= render :partial => 'message', locals: { title: title, description: nil } %>