Remove org read scope

This commit is contained in:
Jai A
2020-09-29 11:55:12 -07:00
parent ca55890ad2
commit 217311211a

View File

@@ -113,7 +113,7 @@ pub async fn init(
"https://github.com/login/oauth/authorize?client_id={}&state={}&scope={}",
client_id,
to_base62(state.0 as u64),
"read%3Aorg%20read%3Auser%20user%3Aemail"
"read%3Auser%20user%3Aemail"
);
Ok(HttpResponse::TemporaryRedirect()