Remove login notify.
This commit is contained in:
parent
b726e6a255
commit
709a5666cd
1 changed files with 0 additions and 6 deletions
|
@ -89,12 +89,6 @@ class Index extends App.ControllerContent
|
||||||
# rebuild navbar with ticket overview counter
|
# rebuild navbar with ticket overview counter
|
||||||
App.WebSocket.send( event: 'navupdate_ticket_overview' )
|
App.WebSocket.send( event: 'navupdate_ticket_overview' )
|
||||||
|
|
||||||
# add notify
|
|
||||||
@notify
|
|
||||||
type: 'success'
|
|
||||||
msg: App.i18n.translateContent('Login successfully! Have a nice day!')
|
|
||||||
removeAll: true
|
|
||||||
|
|
||||||
# redirect to #
|
# redirect to #
|
||||||
requested_url = @Config.get( 'requested_url' )
|
requested_url = @Config.get( 'requested_url' )
|
||||||
if requested_url && requested_url isnt '#login'
|
if requested_url && requested_url isnt '#login'
|
||||||
|
|
Loading…
Reference in a new issue