From f9caa4129dc64c0964cbe2d1c9ea33637b946c1e Mon Sep 17 00:00:00 2001 From: Ransom Date: Tue, 30 Mar 2021 20:43:31 -0400 Subject: [PATCH] Docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a790da..96db73b 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,8 @@ to modify the authorization parameters before the connection URL is rendered. {{ app.renderConnector('cp') }} {# I can also just render the link URL #} -Login +{# Note: As of 2.1.9, a return URL may be sent as a paramter in getRedirectUrl() #} +Login ``` ```php