ng-token-auth
ng-token-auth copied to clipboard
submitRegistration without Confirmable?
Is it possible to disable confirmable for submitRegistration? I'd like my user to register with one click without confirming email. I disabled confirmable on devise, now it's giving a warning because the client is still sending confirm_success_url.
Unpermitted parameters: :confirm_success_url, :config_name, :registration
Is it possible to remove sending confirm_success_url from the client side?