From aa62f012d0d774b24008c804e8d4aa9957982289 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Wed, 26 Apr 2023 02:59:05 -0400 Subject: Fix URL retrieval * url-http-oauth-demo.el (url-http-oauth-demo-get-profile-name): Set user to nil. --- url-http-oauth-demo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/url-http-oauth-demo.el b/url-http-oauth-demo.el index 56697b5..0c32aba 100644 --- a/url-http-oauth-demo.el +++ b/url-http-oauth-demo.el @@ -150,7 +150,7 @@ Print the result to *Messages*. Return the name." (url-retrieve-synchronously (url-parse-make-urlobj "https" ; type - "fitzsim" ; user + nil ; user nil ; password, resolved by url-http-oauth "meta.sr.ht" ; host 443 ; port -- cgit v1.0