do not show the signing in status on auto-sign-in for now

This commit is contained in:
Sven Fuchs 2012-09-22 21:16:50 +02:00
parent 4f52eea26d
commit f0e9247b51
3 changed files with 3 additions and 4 deletions

View File

@ -35,8 +35,7 @@ GIT
GIT
remote: git://github.com/travis-ci/travis-api.git
revision: 05c44dce448cbf3f91c37a91841c2094b309e01e
branch: sf-use-services
revision: f05f841a46dbd9601e57676f8c4a356b21234cf2
specs:
travis-api (0.0.1)
backports (~> 2.5)

View File

@ -19,11 +19,11 @@
# try signing in, but check later in case we have a timeout
signIn: ->
@set('state', 'signing-in')
@trySignIn()
Ember.run.later(this, @checkSignIn.bind(this), @timeout)
trySignIn: ->
@set('state', 'signing-in')
@iframe.attr('src', "#{@endpoint}/auth/post_message?origin=#{@receivingEnd}")
checkSignIn: ->

File diff suppressed because one or more lines are too long