adfinis / ember-simple-auth-oidc

ember-simple-auth authenticator for the OpenID Connect standard
GNU Lesser General Public License v3.0
22 stars 18 forks source link

Pass config.store to discoverEmberDataModels #888

Closed locks closed 10 months ago

locks commented 10 months ago

I was getting an error about a missing User model because we weren't passing a necessary argument in mirage/config.js.

derrabauke commented 10 months ago

Thx for the contribution! This was definitely missing.

derrabauke commented 10 months ago

@locks could you prefix your commit message with fix: to match conventional commit requirements so semantic-release will pick it up? That would be great.

I will update our CONTRIBUTING.md accordingly.

locks commented 10 months ago

@derrabauke done! let me know if anything else is missing :)

anehx commented 10 months ago

:tada: This PR is included in version 6.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: