From ec48346fdbc86f52883083ec066d563cf5fae1f4 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Thu, 6 Nov 2014 07:34:27 -0500 Subject: 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. --- stack-auth.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stack-auth.el') 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: "))) -- cgit v1.2.3