fix: Remove return in installer which prevents showing token #641

Closed
opened 2026-04-05 17:30:27 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @LaurenceJJones on 11/13/2025

Remove redundant return statement after success message.

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Should fix #1509 after selecting to install crowdsec unless an error occurs. Its a quick fix, but you may want to move the showing of token before the crowdsec installation.

How to test?

When installing pangolin and when accepting to use crowdsec should show setup code at the end of the installation.

*Originally created by @LaurenceJJones on 11/13/2025* Remove redundant return statement after success message. ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Should fix #1509 after selecting to install crowdsec unless an error occurs. Its a quick fix, but you may want to move the showing of token before the crowdsec installation. ## How to test? When installing pangolin and when accepting to use crowdsec should show setup code at the end of the installation.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#641