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 6b91246 commit 94e358fCopy full SHA for 94e358f
crates/handlers/src/upstream_oauth2/link.rs
@@ -681,7 +681,6 @@ pub(crate) async fn post(
681
}
682
let context = context.build();
683
684
- // `is_forced` checks both if is it `force` or `require`
685
if !provider.claims_imports.localpart.is_forced_or_required() {
686
//Claims import for `localpart` should be `require` or `force` at this stage
687
return Err(RouteError::InvalidFormAction);
0 commit comments