branch: externals/url-http-oauth-demo
commit aa62f012d0d774b24008c804e8d4aa9957982289
Author: Thomas Fitzsimmons <[email protected]>
Commit: Thomas Fitzsimmons <[email protected]>

    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 56697b5138..0c32abab18 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

Reply via email to