fix invite (#12096)

This commit is contained in:
Anantshree Chandola 2025-03-03 19:50:19 +05:30 committed by GitHub
parent 710798d000
commit 2ef356938c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ export class OnboardingController implements IOnboardingController {
constructor(protected onboardingService: OnboardingService) {}
@InitFeature(FEATURE_KEY.ACTIVATE_ACCOUNT)
@UseGuards(SignupDisableGuard, FirstUserSignupDisableGuard, FeatureAbilityGuard)
@UseGuards(FirstUserSignupDisableGuard, FeatureAbilityGuard)
@Post('activate-account-with-token')
async activateAccountWithToken(
@Body() activateAccountDto: ActivateAccountWithTokenDto,