[evolution-ews] M!7 - OAuth2: Remove prompt=login parameter from auth URL
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] M!7 - OAuth2: Remove prompt=login parameter from auth URL
- Date: Tue, 22 Feb 2022 12:06:51 +0000 (UTC)
commit 02ce9944f324cffb6c21090b16d065e3c3d8ebed
Author: Brian J. Murrell <brian interlinx bc ca>
Date: Thu Feb 17 21:37:21 2022 +0000
M!7 - OAuth2: Remove prompt=login parameter from auth URL
Closes https://gitlab.gnome.org/GNOME/evolution-ews/-/merge_requests/7
src/EWS/common/e-oauth2-service-office365.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/EWS/common/e-oauth2-service-office365.c b/src/EWS/common/e-oauth2-service-office365.c
index 5cfd14bf..d9a944c9 100644
--- a/src/EWS/common/e-oauth2-service-office365.c
+++ b/src/EWS/common/e-oauth2-service-office365.c
@@ -365,7 +365,6 @@ eos_office365_prepare_authentication_uri_query (EOAuth2Service *service,
g_return_if_fail (uri_query != NULL);
e_oauth2_service_util_set_to_form (uri_query, "response_mode", "query");
- e_oauth2_service_util_set_to_form (uri_query, "prompt", "login");
e_oauth2_service_util_set_to_form (uri_query, "resource", eos_office365_get_resource_uri (service,
source));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]