Skip to content

Commit

Permalink
Merge pull request #5 from virtualidentityag/fix/OB-9486
Browse files Browse the repository at this point in the history
fix: enable consulting type slug registration by default
  • Loading branch information
web-mi authored Feb 29, 2024
2 parents 3493bb2 + d96ef45 commit 0414b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
},
registration: {
useConsultingTypeSlug: !!parseInt(
process.env.FRONTEND_REGISTRATION_USE_CONSULTINGTYPE_SLUG || '0'
process.env.FRONTEND_REGISTRATION_USE_CONSULTINGTYPE_SLUG || '1'
)
}
};

0 comments on commit 0414b4a

Please sign in to comment.