Skip to content
Snippets Groups Projects

WP110 Refactor uib_feide_openid_connect_pre_authorize

Closed Are Johannessen requested to merge refactor-uib-feide-openid-connect-pre-authorize into master
+ 1
1
@@ -65,5 +65,5 @@ function uib_feide_openid_connect_pre_authorize($account, array $context) : bool
// If both the domain and role matches, then proceed to log in.
return $domain_matches && $role_matches;
}
Loading