mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
chore: fix typos (#3758)
This commit is contained in:
@@ -277,7 +277,7 @@ async fn login_authorized(
|
||||
.exchange_code(AuthorizationCode::new(query.code.clone()))
|
||||
.request_async(&client)
|
||||
.await
|
||||
.context("failed in sending request request to authorization server")?;
|
||||
.context("failed in sending request to authorization server")?;
|
||||
|
||||
// Fetch user data from discord
|
||||
let user_data: User = client
|
||||
|
||||
Reference in New Issue
Block a user