Skip to content

Commit

Permalink
Merge branch 'development' of github.com:kanselarij-vlaanderen/fronte…
Browse files Browse the repository at this point in the history
…nd-kaleidos into feature/ember-upgrade-attempt
  • Loading branch information
ValenberghsSven committed Nov 28, 2024
2 parents 260ce24 + f50ff70 commit 9a051ba
Show file tree
Hide file tree
Showing 2 changed files with 8,221 additions and 4,571 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
Loading

0 comments on commit 9a051ba

Please sign in to comment.