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
Environmental Info: How is your application different from the reference implementation? This may include (but is not limited to) the following details:
class RegistrationsController < DeviseTokenAuth::ApplicationController
end
vs
class RegistrationsController < DeviseTokenAuth::RegistrationsController
end
Hi,
I am using devise_token_auth with rails-api. And i want to override registrations responses.
Thank you.
The text was updated successfully, but these errors were encountered: