web/admin: fix certificate filtering for LDAP verification certificate
closes #4376 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -157,7 +157,6 @@ export class LDAPSourceForm extends ModelForm<LDAPSource, string> {
 | 
			
		||||
                            ): Promise<CertificateKeyPair[]> => {
 | 
			
		||||
                                const args: CryptoCertificatekeypairsListRequest = {
 | 
			
		||||
                                    ordering: "name",
 | 
			
		||||
                                    hasKey: true,
 | 
			
		||||
                                    includeDetails: false,
 | 
			
		||||
                                };
 | 
			
		||||
                                if (query !== undefined) {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user