Removed not needed login check.
This commit is contained in:
parent
21080c1662
commit
0683c0b1bd
1 changed files with 0 additions and 3 deletions
|
@ -136,9 +136,6 @@ class Index extends App.ControllerContent
|
||||||
relogin: (data, status, xhr) =>
|
relogin: (data, status, xhr) =>
|
||||||
@log 'notice', 'relogin:success', data
|
@log 'notice', 'relogin:success', data
|
||||||
|
|
||||||
# login check
|
|
||||||
App.Auth.loginCheck()
|
|
||||||
|
|
||||||
# add notify
|
# add notify
|
||||||
App.Event.trigger 'notify:removeall'
|
App.Event.trigger 'notify:removeall'
|
||||||
# @notify
|
# @notify
|
||||||
|
|
Loading…
Reference in a new issue