homey-api 3.4.21 → 3.4.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -434,7 +434,7 @@ class HomeyAPIV3 extends HomeyAPI {
434
434
  'X-Homey-ID': this.id,
435
435
  };
436
436
 
437
- if (token) {
437
+ if (token && path !== '/api/manager/users/login') {
438
438
  headers['Authorization'] = `Bearer ${token}`;
439
439
  }
440
440
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-api",
3
- "version": "3.4.21",
3
+ "version": "3.4.22",
4
4
  "description": "Homey API",
5
5
  "main": "index.js",
6
6
  "files": [