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[]> => {
|
): Promise<CertificateKeyPair[]> => {
|
||||||
const args: CryptoCertificatekeypairsListRequest = {
|
const args: CryptoCertificatekeypairsListRequest = {
|
||||||
ordering: "name",
|
ordering: "name",
|
||||||
hasKey: true,
|
|
||||||
includeDetails: false,
|
includeDetails: false,
|
||||||
};
|
};
|
||||||
if (query !== undefined) {
|
if (query !== undefined) {
|
||||||
|
|
Reference in New Issue