Skip to content

Commit

Permalink
fix: typo (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrazhnyk committed Apr 25, 2024
1 parent 71f831e commit 301d7e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ const authProvider = new AuthProvider({
apiGatewayUrl: 'https://apse1.api.affinidi.io'
})

const projectScopedToken = await authProvider.fetchProjectScopedToken()
const projectScopedToken = await authProvider.fetchProjectScopedToken()
2 changes: 1 addition & 1 deletion packages/auth-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const authProvider = new AuthProvider({
tokenEndpoint,
})

const projectScopedToken = await authProvider.getProjectScopedToken()
const projectScopedToken = await authProvider.fetchProjectScopedToken()
```

### Python
Expand Down

0 comments on commit 301d7e5

Please sign in to comment.