Update your personal information, next of kin, and documents.
<%= doc.title %>
<% if doc.file.attached? %> <%= link_to "⬇ Download", rails_blob_path(doc.file, disposition: "attachment"), class: "btn btn-outline-primary btn-sm" %> <% else %>No file uploaded
<% end %>Change your password. You’ll stay signed in on this device.
<%= form_with model: (@resource || current_user), url: user_registration_path, method: :patch, local: true, data: { turbo: false } do |f| %> <% if (@resource || current_user).errors.any? %><%= msg %>
<% end %>