devise icon indicating copy to clipboard operation
devise copied to clipboard

How To: Use Recaptcha with Devise

Open mices opened this issue 2 years ago • 1 comments

Your code render :new doesn't work in rails 6.1 I got it working using redirect_to new_user_session_path for logins but I'd rather use "resource" notation instead of explicitly naming the paths but I can't find an example Can you help

mices avatar Oct 12 '21 07:10 mices

https://github.com/nejdetkadir/rails-boilerplate/commit/c5103748a8912fcb24b953e0979fcb39e6ec2b71

nejdetkadir avatar Dec 02 '21 19:12 nejdetkadir