Skip to content

Commit

Permalink
Add login via github token
Browse files Browse the repository at this point in the history
  • Loading branch information
camila314 committed Jan 20, 2025
1 parent 27324f8 commit 5c81dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index_auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ pub fn login(config: &mut Config, token: Option<String>, github_token: Option<St
config.index_token = Some(parsed.payload);
config.save();
done!("Successfully logged in via Github token");
return;
}

let response: reqwest::blocking::Response = client
Expand Down

0 comments on commit 5c81dbe

Please sign in to comment.