web/admin: fix certificate filtering for SAML verification certificate
closes #4537 Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
5144a9af4c
commit
93e665949f
|
@ -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