venveo / craft-oauthclient

A free to use OAuth 2.0 Client helper for Craft 3 developers
MIT License
9 stars 3 forks source link

unhandled php error on saving app with empty scopes list #37

Open bencresty opened 3 years ago

bencresty commented 3 years ago

When all items are removed from the scopes list of an OAuth app in the plugin settings and we press 'Save' we get an unhandled PHP error on a foreach.

image