mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
BUGFIX: twitter auth asking for a password
This commit is contained in:
@@ -13,6 +13,10 @@ class UserAuthenticator
|
||||
end
|
||||
end
|
||||
|
||||
def has_authenticator?
|
||||
!!authenticator
|
||||
end
|
||||
|
||||
def finish
|
||||
if authenticator
|
||||
authenticator.after_create_account(@user, @session)
|
||||
|
||||
Reference in New Issue
Block a user