From 317ee11fb92c2a3add6c20213f6f4235f588cada Mon Sep 17 00:00:00 2001 From: "Mario P. Waxenegger" Date: Thu, 25 Jan 2024 11:25:20 +0100 Subject: [PATCH] Fixed typo in Auth0Provider docs (#725) ### Description Fixed a typo in the documentation of Auth0Provider. ### Testing - [ ] This change adds test coverage for new/changed/fixed functionality ### Checklist - [x] I have added documentation for new/changed functionality in this PR or in auth0.com/docs - [ ] All active GitHub checks for tests, formatting, and security are passing - [x] The correct base branch is being used, if not the default branch --- src/auth0-provider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth0-provider.tsx b/src/auth0-provider.tsx index c1961551..bfa1af30 100644 --- a/src/auth0-provider.tsx +++ b/src/auth0-provider.tsx @@ -125,7 +125,7 @@ const defaultOnRedirectCallback = (appState?: AppState): void => { * + * authorizationParams={{ redirect_uri: window.location.origin }}> * * * ```