added pem to saml dialog (#37206)

fixes: #36709

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
Erik Jan de Wit 2025-02-12 14:54:33 +01:00 committed by GitHub
parent 679f44692d
commit 1afcf515aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,7 +209,7 @@ export const SamlKeysDialog = ({
</FormGroup>
)}
</Form>
{type && <KeyForm useFile />}
{type && <KeyForm useFile hasPem />}
</FormProvider>
</Modal>
);