Skip to content

Commit

Permalink
update navigate description
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Mar 7, 2024
1 parent 72cbd33 commit aa42a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login-workflow/docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `RegistrationContextProvider` manages the state of the registration workflow
- **language**: _`string`_
- The language code to use for the registration workflow. This is used to determine which language to use for the UI and for the API calls.
- **navigate**: _`(destination: -1 | string) => void`_
- A function that is used to navigate to a new URL. This is used to navigate to the various screens of the registration workflow.
- A function that is used to navigate to a new URL. This is used to navigate to the various screens of the registration workflow and destination: -1 navigates back to the previous screen the user last visited.
- **routeConfig**: _`RouteConfig`_
- An object that defines the various routes for the registration workflow. See [RouteConfig](#routeconfig) for more information.
- **i18n**: (optional) _`i18n`_
Expand Down

0 comments on commit aa42a04

Please sign in to comment.