diff --git a/src/routes/auth.rs b/src/routes/auth.rs index 3396622e0..539597bca 100644 --- a/src/routes/auth.rs +++ b/src/routes/auth.rs @@ -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), - "%20repo%20read%3Aorg%20read%3Auser%20user%3Aemail" + "read%3Aorg%20read%3Auser%20user%3Aemail" ); Ok(HttpResponse::TemporaryRedirect()