fix variable name

This commit is contained in:
carlad 2015-12-03 12:59:12 +01:00
parent f602ce0989
commit 83b6bed184

View File

@ -96,7 +96,7 @@ class Travis::Api::App
get '/handshake' do
handshake do |user, token, redirect_uri|
check_first_login(@user)
check_first_login(user)
if target_ok? redirect_uri
content_type :html