We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16f58a commit eb84916Copy full SHA for eb84916
ee/tabby-webserver/src/oauth/mod.rs
@@ -49,7 +49,7 @@ pub mod test_client {
49
async fn exchange_code_for_token(
50
&self,
51
_code: String,
52
- _state: Option<String>
+ _state: Option<String>,
53
) -> Result<String> {
54
(self.access_token_response)()
55
}
0 commit comments