pscsrv / cordova-plugin-apple-login

MIT License
20 stars 7 forks source link

Fix operation and scope code parsing #9

Open itaisteinherz opened 3 years ago

itaisteinherz commented 3 years ago

This fixes a bug where the plugin uses the values of the given operation and scope codes as NSInteger objects, but the switch statement uses Int values.