web/admin: fix certificate filtering for SAML verification certificate

closes #4537

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-01-26 15:10:58 +01:00
parent 5144a9af4c
commit 93e665949f
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

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