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 1b474bf commit 931b606Copy full SHA for 931b606
crates/handlers/src/upstream_oauth2/link.rs
@@ -678,7 +678,7 @@ pub(crate) async fn post(
678
let context = context.build();
679
680
if !provider.claims_imports.localpart.is_forced()
681
- || !provider.claims_imports.localpart.is_required()
+ && !provider.claims_imports.localpart.is_required()
682
{
683
//Claims import for `localpart` should be `require` or `force` at this stage
684
return Err(RouteError::InvalidFormAction);
0 commit comments