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 fcfbc51 commit 0a0c062Copy full SHA for 0a0c062
crates/handlers/src/upstream_oauth2/link.rs
@@ -700,7 +700,7 @@ pub(crate) async fn post(
700
let Some(user) = maybe_user else {
701
// user cannot be None at this stage
702
return Err(RouteError::InvalidFormAction);
703
- }
+ };
704
705
let on_conflict = provider.claims_imports.localpart.on_conflict;
706
0 commit comments