# File lib/heroku/commands/auth.rb, line 163 def retry_login? @login_attempts ||= 0 @login_attempts += 1 @login_attempts < 3 end