Fix redirect from auth page
This commit is contained in:
parent
d77ca0600c
commit
131025f999
|
@ -455,12 +455,12 @@ Travis.AuthRoute = Travis.Route.extend
|
|||
|
||||
actions:
|
||||
afterSignIn: ->
|
||||
@transitionTo('index')
|
||||
@transitionTo('main')
|
||||
return true
|
||||
|
||||
redirect: ->
|
||||
if @signedIn()
|
||||
@transitionTo('index')
|
||||
@transitionTo('main')
|
||||
|
||||
Travis.SettingsRoute = Travis.Route.extend
|
||||
needsAuth: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user