owncloud / file-picker

Integrate ownCloud into your own product
https://owncloud.github.io/integration/file_picker/
Apache License 2.0
5 stars 7 forks source link

fix: use token prop when set #218

Closed LukasHirt closed 1 year ago

LukasHirt commented 1 year ago

Summary

When the bearerToken prop is set, the token needs to be used instead of trying to get it from the auth instance which of course fails.