diff options
Diffstat (limited to 'stack-auth.el')
-rw-r--r-- | stack-auth.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stack-auth.el b/stack-auth.el index e4f9a77..e55fae1 100644 --- a/stack-auth.el +++ b/stack-auth.el @@ -57,8 +57,7 @@ questions)." `((client_id . ,stack-auth--client-id) (scope . (read_inbox no_expiry - write_access - private_info)) + write_access)) (redirect_uri . ,(url-hexify-string stack-auth--redirect-uri)))))) (read-string "Enter the access token displayed on the webpage: "))) |