Skip to content
Snippets Groups Projects
Commit d27377a7 authored by pabois's avatar pabois
Browse files

devise sessions new

parent 14209eb7
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
required: false,
autofocus: true,
input_html: { autocomplete: "email" } %>
<div class="mb-3 password optional user_password">
<div class="mb-3 password optional user_password password_with_hints">
<%= f.input :password,
as: :password_with_hints,
allow_password_uncloaking: true,
......
......@@ -12,3 +12,5 @@ Rails.application.config.assets.paths << Rails.root.join('node_modules')
# application.js, application.css, and all non-JS/CSS in the app/assets
# folder are already added.
# Rails.application.config.assets.precompile += %w( admin.js admin.css )
Rails.application.config.assets.export_concurrent = 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