Skip to content
Snippets Groups Projects
Commit 3d04d699 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Fix(change-email): remove guard on change-email (not really necessary and...

Fix(change-email): remove guard on change-email (not really necessary and caused an error when user is no longer connected)
parent e374b91f
No related branches found
No related tags found
1 merge request!420V3.2.0
...@@ -136,7 +136,6 @@ export class UsersController { ...@@ -136,7 +136,6 @@ export class UsersController {
); );
} }
@UseGuards(JwtAuthGuard)
@Post('change-email') @Post('change-email')
@ApiResponse({ status: 201, description: 'Email confirmation send' }) @ApiResponse({ status: 201, description: 'Email confirmation send' })
@ApiResponse({ status: 401, description: 'Invalid Email' }) @ApiResponse({ status: 401, description: 'Invalid Email' })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment