Skip to content
Snippets Groups Projects
Commit 3c052fae authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Merge branch 'master' of github.com:noesya/osuny

parents 42812d16 b0ef70df
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
input_html: { autocomplete: "new-password" } %>
<%= f.input :picture,
as: :single_deletable_file,
input_html: { accept: '.png,.jpg' } %>
input_html: { accept: '.jpg,.jpeg,.png' } %>
<% if devise_mapping.confirmable? && resource.pending_reconfirmation? %>
<p><%= t(".currently_waiting_confirmation_for_email", email: resource.unconfirmed_email) %></p>
<% end %>
......
......@@ -33,7 +33,7 @@ Rails.application.configure do
end
# Store uploaded files on the local file system (see config/storage.yml for options).
config.active_storage.service = :local
config.active_storage.service = :scaleway
# Don't care if the mailer can't send.
config.action_mailer.raise_delivery_errors = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment