Skip to content

Commit

Permalink
misc: grammar update
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Jun 19, 2024
1 parent 6c98c96 commit ad92565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/ee/routes/v1/oidc-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const registerOidcRouter = async (server: FastifyZodProvider) => {
store: redisStore,
cookie: {
secure: appCfg.HTTPS_ENABLED,
sameSite: "lax" // we want cookies to be sent to Infisical during redirects originating from IDP server
sameSite: "lax" // we want cookies to be sent to Infisical in redirects originating from IDP server
}
});

Expand Down

0 comments on commit ad92565

Please sign in to comment.