wrobins / cordova-plugin-msal

Use the newest Microsoft MSAL library in your Cordova-based project!
Apache License 2.0
23 stars 63 forks source link

Fixed malformed json on Android when providing multiple authorities. #73

Closed orjandh closed 2 years ago

orjandh commented 3 years ago

When providing multiple authorities on Android, the generated json is missing a comma between the list elements. This pull request fixes this. Some spaces has also been removed to properly align the data.

I don't know if this is also an issue on ios as I don't know objective c.