mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
added pem to saml dialog (#37206)
fixes: #36709 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
679f44692d
commit
1afcf515aa
@ -209,7 +209,7 @@ export const SamlKeysDialog = ({
|
||||
</FormGroup>
|
||||
)}
|
||||
</Form>
|
||||
{type && <KeyForm useFile />}
|
||||
{type && <KeyForm useFile hasPem />}
|
||||
</FormProvider>
|
||||
</Modal>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user