Browse Source

Merge branch 'fix_dojo_ws_notifs' into 'develop'

fix parsing of message in notification service

See merge request dojo/samourai-dojo!158
use-env-var-docker
kenshin-samourai 4 years ago
parent
commit
921f2ba88c
  1. 2
      accounts/notifications-service.js

2
accounts/notifications-service.js

@ -157,7 +157,7 @@ class NotificationsService {
// Check authentication (if needed)
if (authMgr.authActive && authMgr.isMandatory) {
try {
authMgr.isAuthenticated(msg.at)
authMgr.isAuthenticated(data.at)
} catch(e) {
this.notifyAuthError(e, conn.id)
return

Loading…
Cancel
Save