Skip to content

Commit b544c36

Browse files
committed
fix lint
1 parent 1ce7a45 commit b544c36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cmd/auth.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ pub async fn run_auth(reset: bool, auth_provider: &str) -> Result<()> {
9191
}
9292
"github" => {
9393
let client_id = "Ov23lieFd2onYk4OnKIR";
94-
let redirect_uri =
95-
"https://site--bot--dxfjds728w5v.code.run/auth/cli/github";
94+
let redirect_uri = "https://site--bot--dxfjds728w5v.code.run/auth/cli/github";
9695
let encoded_redirect_uri = urlencoding::encode(redirect_uri);
9796
format!(
9897
"https://github.com/login/oauth/authorize?client_id={}&state={}&redirect_uri={}",

0 commit comments

Comments
 (0)