Browse Source

Update blockstack_storage.md

Got an uncaught ReferenceError: scopes is not defined
feat/clarity-updates
Emily Lam 6 years ago
committed by GitHub
parent
commit
37974109a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      _browser/blockstack_storage.md

2
_browser/blockstack_storage.md

@ -173,7 +173,7 @@ Modify your authentication request to include the `publish_data` scope.
3. Change it to this: 3. Change it to this:
```javascript ```javascript
const appConfig = new AppConfig(scopes:['store_write', 'publish_data']) const appConfig = new AppConfig(['store_write', 'publish_data'])
``` ```
By default, authentication requests include the `store_write` scope which By default, authentication requests include the `store_write` scope which

Loading…
Cancel
Save