diff options
| author | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2023-04-26 02:59:05 -0400 |
|---|---|---|
| committer | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2023-04-26 02:59:05 -0400 |
| commit | aa62f012d0d774b24008c804e8d4aa9957982289 (patch) | |
| tree | 5c8907b6b24b4aff2abe25f5cc0f417e81e7f313 | |
| parent | 8ba62b2072e1d884dcf4a1fb22d0c8aaf3c2376b (diff) | |
Fix URL retrieval
* url-http-oauth-demo.el (url-http-oauth-demo-get-profile-name):
Set user to nil.
| -rw-r--r-- | url-http-oauth-demo.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
