docker changes and user authenticated message
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
handleAuthInfo: (user_id, auth_token)->
|
||||
Qstorage.setItem 'user_id', user_id
|
||||
Qstorage.setItem 'auth_token', auth_token
|
||||
@__container__.lookup('controller:application').setCurrentList()
|
||||
controller = @__container__.lookup('controller:application')
|
||||
controller.setCurrentList()
|
||||
controller.set 'notice', t('messages.authenticated')
|
||||
App.deferReadiness()
|
||||
Ember.$.ajaxPrefilter (options) ->
|
||||
if options.type.toUpperCase() == 'GET'
|
||||
|
||||
Reference in New Issue
Block a user