Fixed switch to user.
This commit is contained in:
parent
4cc68551d9
commit
c1d8269145
1 changed files with 1 additions and 1 deletions
|
@ -141,8 +141,8 @@ class App.Auth
|
||||||
|
|
||||||
App.Event.trigger('auth')
|
App.Event.trigger('auth')
|
||||||
App.Event.trigger('auth:logout')
|
App.Event.trigger('auth:logout')
|
||||||
window.location.href = '#login'
|
|
||||||
if rerender
|
if rerender
|
||||||
|
window.location.href = '#login'
|
||||||
App.Event.trigger('ui:rerender')
|
App.Event.trigger('ui:rerender')
|
||||||
App.Event.trigger('clearStore')
|
App.Event.trigger('clearStore')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue