Skip to content

Commit

Permalink
Update ee/tabby-webserver/src/oauth/github.rs
Browse files Browse the repository at this point in the history
Co-authored-by: boxbeam <[email protected]>
  • Loading branch information
wsxiaoys and boxbeam authored Feb 19, 2024
1 parent c8dcf29 commit be63f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-webserver/src/oauth/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl GithubClient {
credential: OAuthCredential,
) -> Result<GithubOAuthResponse> {
let Some(client_secret) = credential.client_secret else {
return Err(anyhow!("No client_secret presents"));
return Err(anyhow!("No client_secret present"));

Check warning on line 67 in ee/tabby-webserver/src/oauth/github.rs

View check run for this annotation

Codecov / codecov/patch

ee/tabby-webserver/src/oauth/github.rs#L66-L67

Added lines #L66 - L67 were not covered by tests
};

let params = [
Expand Down

0 comments on commit be63f7c

Please sign in to comment.