BUGFIX: twitter auth asking for a password

This commit is contained in:
Sam
2014-03-20 14:49:25 +11:00
parent 52fbce07ed
commit 619fa50d4b
3 changed files with 9 additions and 1 deletions

View File

@@ -13,6 +13,10 @@ class UserAuthenticator
end
end
def has_authenticator?
!!authenticator
end
def finish
if authenticator
authenticator.after_create_account(@user, @session)