Fix external authentication not running onboarding code for new users (#23458)

main^2
Claire 2 years ago committed by GitHub
parent 8784498ebf
commit 6b16b77ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ module Omniauthable
user.account.avatar_remote_url = nil
end
user.skip_confirmation! if email_is_verified
user.confirm! if email_is_verified
user.save!
user
end

Loading…
Cancel
Save