mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 20:15:10 +01:00
Fix external authentication not running onboarding code for new users (#23458)
This commit is contained in:
parent
8784498ebf
commit
6b16b77ab0
@ -61,7 +61,7 @@ module Omniauthable
|
|||||||
user.account.avatar_remote_url = nil
|
user.account.avatar_remote_url = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
user.skip_confirmation! if email_is_verified
|
user.confirm! if email_is_verified
|
||||||
user.save!
|
user.save!
|
||||||
user
|
user
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user