From 20004390e221d4cec6d6a1e797aa74a2a6c45fe9 Mon Sep 17 00:00:00 2001 From: Mario Waxenegger Date: Thu, 25 Jan 2024 10:23:29 +0100 Subject: [PATCH] fixed typo in docs --- 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 }}> * * * ```