vencax / netlify-cms-github-oauth-provider

netlify oauth github client sending token in form as netlify service itself
204 stars 127 forks source link

Fix env variable name in error message to `ORIGINS` #40

Closed marians closed 9 months ago

marians commented 9 months ago

When the environment variable ORIGINS provides a value that does not match the expected format, an error message gets printed with the wrong variable name. This confused me when I ran into it, and it made me wonder whether we are setting the right variable.

vencax commented 9 months ago

Thanks ;)