Skip to content

Commit

Permalink
🐛 Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jul 18, 2024
1 parent dafa90e commit 3638566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,12 @@ export class ConnectionsStrategiesController {
);
}

//todo: ADMIN
@ApiOperation({
operationId: 'getCredentials',
summary: 'Fetch credentials info needed for connections',
})
@ApiResponse({ status: 200 })
//@UseGuards(JwtAuthGuard)
@UseGuards(JwtAuthGuard)
@Get('getCredentials')
async getCredentials(
@Query('projectId') projectId: string,
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/src/authUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const handleOAuth2Url = async (input: HandleOAuth2Url) => {
config,
encodedRedirectUrl,
state,
apiUrl
apiUrl
} = input;

const type = providerToType(providerName, vertical, authStrategy);
Expand Down

0 comments on commit 3638566

Please sign in to comment.