nhost
nhost copied to clipboard
Documentation for HasuraAuthClient references refreshToken instead of refreshSession
Describe the bug
See hasura-auth-client.ts
- example documentation shows refreshToken
while the correct function name is refreshSession
.
To Reproduce Steps to reproduce the behavior:
- Go to hasura-auth-client.ts
- Compare lines 659, 662 and 667.
Expected behavior
Rename function name in example docs to refreshSession
.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.