Concordium / concordium-reference-wallet-ios

Reference wallet for the Concordium blockchain
Apache License 2.0
11 stars 10 forks source link

[CBW-1083] Remove the 'fix' that manually removed backslashes from wallet recovery requests #350

Closed milsawicki closed 1 year ago

milsawicki commented 1 year ago

Purpose

It has been reported that for some of the identity providers unicode characters are displayed wrong. It was caused by the fix, that tried to 'walkaround' invalid JSON format that is sent by DTS, wrapping it in unecessary quotation marks.

Affects: https://concordium.atlassian.net/browse/CBW-1083

Changes

I removed the fix that removed backslashes from json string. I temporarily added support for cases where JSON is embedded within string.