branch: externals/oauth2 commit fc1a4b7ac6ae7c2b3596004cef092d767bbf8f8c Author: Xiyue Deng <manp...@gmail.com> Commit: Sean Whitton <spwhit...@spwhitton.name>
Drop accidentally added parameter * packages/oauth2/oauth2.el (oauth2-request-access): Drop unnecessary auth-url parameter when calling oauth2-make-access-request. Was accidentally added in 9c49b6c74a. --- oauth2.el | 1 - 1 file changed, 1 deletion(-) diff --git a/oauth2.el b/oauth2.el index ac10fb0e67..c4b4d71585 100644 --- a/oauth2.el +++ b/oauth2.el @@ -187,7 +187,6 @@ Returns an `oauth2-token'." (let ((request-timestamp (oauth2--current-timestamp)) (result (oauth2-make-access-request - auth-url token-url (url-encode-url (concat