Skip to content

Commit

Permalink
Merge pull request #1019 from Onlineberatung/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 d7f9899 + c1cd88c commit b1e08d3
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 b1e08d3

Please sign in to comment.