mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
fix invite (#12096)
This commit is contained in:
parent
710798d000
commit
2ef356938c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue