mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-26 13:50:48 +00:00
Update WebAuthn Metadata service and show icons (#48551)
* Update WebAuthn Metadata service and show icons Closes #48539 Closes #48540 Signed-off-by: Martin Bartoš <mabartos@redhat.com> Co-authored-by: rmartinc <rmartinc@redhat.com> * Revert back the transport type for providerId-less authenticators Signed-off-by: Martin Bartoš <mabartos@redhat.com> --------- Signed-off-by: Martin Bartoš <mabartos@redhat.com> Co-authored-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
@@ -801,6 +801,8 @@ public class ModelToRepresentation {
|
||||
.toList());
|
||||
rep.setWarningMessageDescription(toLocalizedMessage(credentialMetadata.getWarningMessageDescription()));
|
||||
rep.setWarningMessageTitle(toLocalizedMessage(credentialMetadata.getWarningMessageTitle()));
|
||||
rep.setIconLight(credentialMetadata.getIconLight());
|
||||
rep.setIconDark(credentialMetadata.getIconDark());
|
||||
return rep;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user