diff options
author | Sean Allred <code@seanallred.com> | 2014-11-06 07:34:27 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-06 07:34:27 -0500 |
commit | ec48346fdbc86f52883083ec066d563cf5fae1f4 (patch) | |
tree | b97dbd47f48dacef334154fa60e29eb4e2bc44a7 /stack-auth.el | |
parent | ccb2f03dd57e4535c6151b72fc439b23acf1b643 (diff) |
Remove unused permission
We are not using `private_info' yet, so there is no need to request this
permission. It can, of course, be easily added later on if the
information is ever usable.
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: "))) |