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:
Jens Langhammer 2023-01-06 16:43:50 +01:00
parent 001869641d
commit 643b36b732
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -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) {