remove token on sign out

This commit is contained in:
Konstantin Haase 2012-09-18 19:48:49 +02:00
parent ab3ca42c67
commit 9ce2f72349
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ Travis.reopen
@render.apply(this, @get('returnTo') || ['home', 'index'])
signOut: ->
Travis.config.access_token = null
@setCurrentUser()
setCurrentUser: (data) ->

File diff suppressed because one or more lines are too long