From c5a408e0f7e9afb38dabeb8c9afc847d85fa5131 Mon Sep 17 00:00:00 2001 From: Fabian Helm Date: Tue, 25 Feb 2020 21:40:19 +0100 Subject: [PATCH] Change OAuth2 redirect link to relative link fix issue with third-party apps like rocket.chat where browser in external window is opened and thus oauth2 login does not work Signed-off-by: Fabian Helm --- core/templates/loginflow/authpicker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/loginflow/authpicker.php b/core/templates/loginflow/authpicker.php index 3a471525d8..3b12fbe2f0 100644 --- a/core/templates/loginflow/authpicker.php +++ b/core/templates/loginflow/authpicker.php @@ -39,7 +39,7 @@ $urlGenerator = $_['urlGenerator'];