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 b58344f commit c5e0f16Copy full SHA for c5e0f16
crates/handlers/src/upstream_oauth2/authorize.rs
@@ -92,7 +92,8 @@ pub(crate) async fn get(
92
data = data.with_response_mode(response_mode.into());
93
}
94
95
- // Forward the raw login hint upstream for the provider to handle however it sees fit
+ // Forward the raw login hint upstream for the provider to handle however it
96
+ // sees fit
97
if let Some(post_auth_action) = &query.post_auth_action {
98
if let PostAuthAction::ContinueAuthorizationGrant { id } = post_auth_action {
99
if let Some(grant) = repo.oauth2_authorization_grant().lookup(*id).await? {
0 commit comments