@placeos/ts-client 4.7.3 → 4.7.4
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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/auth/functions.ts +1 -1
package/package.json
CHANGED
package/src/auth/functions.ts
CHANGED
|
@@ -37,7 +37,7 @@ let _options: PlaceAuthOptions = {} as any;
|
|
|
37
37
|
* @private
|
|
38
38
|
* Browser key store to use for authentication credentials. Defaults to `localStorage`
|
|
39
39
|
*/
|
|
40
|
-
let _storage: Storage;
|
|
40
|
+
let _storage: Storage = localStorage;
|
|
41
41
|
/**
|
|
42
42
|
* @private
|
|
43
43
|
* Authentication authority of for the current domain
|