Remove login notify.

This commit is contained in:
Martin Edenhofer 2014-11-17 12:00:52 +01:00
parent b726e6a255
commit 709a5666cd

View file

@ -89,12 +89,6 @@ class Index extends App.ControllerContent
# rebuild navbar with ticket overview counter
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 #
requested_url = @Config.get( 'requested_url' )
if requested_url && requested_url isnt '#login'