Skip to content

Commit

Permalink
feat(fido2): allow to update device data in SG authentication respons…
Browse files Browse the repository at this point in the history
…e jans #8116

Signed-off-by: Yuriy Movchan <[email protected]>
  • Loading branch information
yurem committed Mar 22, 2024
1 parent 73ae856 commit 2be0170
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ private void prepareForPushTokenChange(DeviceRegistration deviceRegistration) {

DeviceNotificationConf deviceNotificationConf = null;
try {
deviceNotificationConf = ServerUtil.jsonMapperWithUnwrapRoot().readValue(deviceNotificationConfString, DeviceNotificationConf.class);
deviceNotificationConf = ServerUtil.jsonMapperWithWrapRoot().readValue(deviceNotificationConfString, DeviceNotificationConf.class);
} catch (Exception ex) {
log.error("Failed to parse device notification configuration '{}'", deviceNotificationConfString);
}
Expand Down

0 comments on commit 2be0170

Please sign in to comment.