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
When signing up via email, I would like to send additional parameters such as image. I was trying to subclass the DeviseTokenAuth::RegistrationsController and change the resource_params function. This doesn't work because the devise_for is setup in ActionDispatch::Routing::Mapper -> mount_devise_token_auth_for
When signing up via email, I would like to send additional parameters such as
image
. I was trying to subclass theDeviseTokenAuth::RegistrationsController
and change theresource_params
function. This doesn't work because the devise_for is setup in ActionDispatch::Routing::Mapper -> mount_devise_token_auth_forIs there anyway we could allow for additional parameters to be send?
Maybe even in the initializer such as
And then in
controllers/devise_token_auth/registrations_controller
The text was updated successfully, but these errors were encountered: