Skip to content

Commit c5e0f16

Browse files
committed
Fix lint error.
1 parent b58344f commit c5e0f16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/handlers/src/upstream_oauth2/authorize.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ pub(crate) async fn get(
9292
data = data.with_response_mode(response_mode.into());
9393
}
9494

95-
// Forward the raw login hint upstream for the provider to handle however it sees fit
95+
// Forward the raw login hint upstream for the provider to handle however it
96+
// sees fit
9697
if let Some(post_auth_action) = &query.post_auth_action {
9798
if let PostAuthAction::ContinueAuthorizationGrant { id } = post_auth_action {
9899
if let Some(grant) = repo.oauth2_authorization_grant().lookup(*id).await? {

0 commit comments

Comments
 (0)