ng-token-auth icon indicating copy to clipboard operation
ng-token-auth copied to clipboard

submitRegistration without Confirmable?

Open rickygu opened this issue 7 years ago • 0 comments

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?

rickygu avatar Oct 12 '17 03:10 rickygu