Skip to content

Commit

Permalink
Hotfix a problem of login loop which may cause browser crash when log…
Browse files Browse the repository at this point in the history
…out with multiple opening tabs
  • Loading branch information
haotangdsv committed Jun 1, 2015
1 parent 0c4692b commit 1a9d0ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/entry.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ AccountsEntry =
Session.set('fromWhere', router.url)
Router.go('/sign-in')
Session.set('entryError', t9n('error.signInRequired'))
return
router.next()


Expand Down

0 comments on commit 1a9d0ef

Please sign in to comment.