diff --git a/platypush/backend/http/static/js/plugins/camera.android.ipcam/index.js b/platypush/backend/http/static/js/plugins/camera.android.ipcam/index.js index 05d72558..565fd506 100644 --- a/platypush/backend/http/static/js/plugins/camera.android.ipcam/index.js +++ b/platypush/backend/http/static/js/plugins/camera.android.ipcam/index.js @@ -88,7 +88,7 @@ Vue.component('camera-android-ipcam', { if (cam.name in this.config.cameras && this.config.cameras[cam.name].username) { cam[attr] = 'http://' + this.config.cameras[cam.name].username + ':' + - this.config.cameras[cam.name].password + cam[attr].substr(7); + this.config.cameras[cam.name].password + '@' + cam[attr].substr(7); } }