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:
parent
001869641d
commit
643b36b732
|
@ -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