fix variable name
This commit is contained in:
parent
f602ce0989
commit
83b6bed184
|
@ -96,7 +96,7 @@ class Travis::Api::App
|
||||||
get '/handshake' do
|
get '/handshake' do
|
||||||
handshake do |user, token, redirect_uri|
|
handshake do |user, token, redirect_uri|
|
||||||
|
|
||||||
check_first_login(@user)
|
check_first_login(user)
|
||||||
|
|
||||||
if target_ok? redirect_uri
|
if target_ok? redirect_uri
|
||||||
content_type :html
|
content_type :html
|
||||||
|
|
Loading…
Reference in New Issue
Block a user