web/admin: fix certificate filtering for SAML verification certificate
closes #4537 Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		@ -207,7 +207,6 @@ export class SAMLProviderFormPage extends ModelForm<SAMLProvider, number> {
 | 
			
		||||
                            ): Promise<CertificateKeyPair[]> => {
 | 
			
		||||
                                const args: CryptoCertificatekeypairsListRequest = {
 | 
			
		||||
                                    ordering: "name",
 | 
			
		||||
                                    hasKey: true,
 | 
			
		||||
                                    includeDetails: false,
 | 
			
		||||
                                };
 | 
			
		||||
                                if (query !== undefined) {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user