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 43273d2 commit d00e05bCopy full SHA for d00e05b
crates/handlers/src/upstream_oauth2/callback.rs
@@ -294,8 +294,7 @@ pub(crate) async fn handler(
294
lazy_metadata.token_endpoint().await?,
295
&keystore,
296
&encrypter,
297
- )
298
- .await?;
+ )?;
299
300
let redirect_uri = url_builder.upstream_oauth_callback(provider.id);
301
crates/handlers/src/upstream_oauth2/mod.rs
@@ -139,4 +139,4 @@ fn client_credentials_for_provider(
139
};
140
141
Ok(client_credentials)
142
-}
+}
0 commit comments