Skip to content

Commit

Permalink
remove sign up tests (no open sign up in the platform)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Sep 18, 2024
1 parent 7a4c953 commit 4c22614
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 118 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class AuthenticationController {

// TODO: Wrap this in a ts-rest handler
@Public()
@Post('recover-password')
@Post('authentication/recover-password')
async recoverPassword(
@Headers('origin') origin: string,
@Body() body: { email: string },
Expand Down
12 changes: 0 additions & 12 deletions api/test/e2e/features/sign-up.feature

This file was deleted.

94 changes: 0 additions & 94 deletions api/test/e2e/steps/sign-up.steps.ts

This file was deleted.

22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c22614

Please sign in to comment.