Skip to content

Commit 1a9d0ef

Browse files
committed
Hotfix a problem of login loop which may cause browser crash when logout with multiple opening tabs
1 parent 0c4692b commit 1a9d0ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/entry.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ AccountsEntry =
3434
Session.set('fromWhere', router.url)
3535
Router.go('/sign-in')
3636
Session.set('entryError', t9n('error.signInRequired'))
37+
return
3738
router.next()
3839

3940

0 commit comments

Comments
 (0)