Skip to content

Commit

Permalink
Merge branch 'feature/ember-upgrade-attempt-v5.3' of github.com:kanse…
Browse files Browse the repository at this point in the history
…larij-vlaanderen/frontend-kaleidos into feature/ember-upgrade-attempt-v5.8
  • Loading branch information
ValenberghsSven committed Nov 28, 2024
2 parents 9dd4f88 + 4d8b986 commit 84e4876
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 58 deletions.
1 change: 0 additions & 1 deletion app/routes/auth/callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default class AuthCallbackRoute extends Route {
}

async model(params) {
console.debug(params);
if (params?.code) {
try {
await this.session.authenticate('authenticator:acm-idm', params.code);
Expand Down
3 changes: 3 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ module.exports = function (defaults) {
'ember-test-selectors': {
strip: false
},
emberData: {
polyfillUUID: true,
},
//polyfill for insecure context (like cypress on jenkins) https://github.com/emberjs/data/tree/v5.0.0?tab=readme-ov-file#randomuuid-polyfill
'@embroider/macros': {
setConfig: {
Expand Down
57 changes: 0 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84e4876

Please sign in to comment.