You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome if there would be a generator like we have rails g devise:views
to copy your views to an application.
I'm using:
gem 'devise-i18n'
gem 'devise-i18n-views'
but when used with devise_token_auth they take a precedence and your mailer templates was not used They differs a little (like added redirect_url param for password reset links) so it would be nice to have a task to update them when updating your gem.
The text was updated successfully, but these errors were encountered:
Hey,
It would be awesome if there would be a generator like we have
rails g devise:views
to copy your views to an application.
I'm using:
but when used with
devise_token_auth
they take a precedence and your mailer templates was not used They differs a little (like addedredirect_url
param for password reset links) so it would be nice to have a task to update them when updating your gem.The text was updated successfully, but these errors were encountered: