cozy / cozy-client-js

Javascript library to write Cozy applications
https://docs.cozy.io/en/cozy-client-js/README/
MIT License
11 stars 12 forks source link

fix: scopes is in clientParams #269

Closed ptbrowne closed 6 years ago

ptbrowne commented 6 years ago

scopes was outside of clientParams, it should be inside.

See tests : https://github.com/cozy/cozy-client-js/blob/b0fd96f7c8c545dd0b6df610b839e752435471e0/test/integration/auth.js#L21-L32

Thanks to Schoumi for spotting the error !