Skip to content

Commit

Permalink
Implements proConnect (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrivals committed Dec 17, 2024
1 parent 3288094 commit b6f8b68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/controllers/authController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const getAuthRedirectUrl = async (request: Request, response: Response) => {
const authRedirectUrl = authService.getAuthorizationUrl(
'openid profile email'
);

response.status(200).send(authRedirectUrl);
};

Expand Down

0 comments on commit b6f8b68

Please sign in to comment.