Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix iOS sync by converting field types to int
It seems the iOS clients are not able to handle the `type` key within the `fields` array when they are of the type string. All other clients seem to handle this just fine though. This PR fixes this by validating it is a number, if this is not the case, try to convert the string to a number, or return the default of `1`. `1` is used as this is the type `hidden` and should prevent accidental data disclosure. Fixes dani-garcia#5069 Possibly Fixes dani-garcia#5016 Possibly Fixes dani-garcia#5002 Signed-off-by: BlackDex <black.dex@gmail.com>
- Loading branch information