Skip to content

Commit

Permalink
Remove debug exception
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Jul 12, 2024
1 parent f067484 commit aca9945
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/server/src/secrets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export type ServerSecrets = {
};

export const getServerSecrets = (env: ImportMetaEnv): ServerSecrets => {
throw new Error(`auth secret: ${env.AUTH_SECRET}`);
return {
loginGov: {
//clientId: 'urn:gov:gsa:openidconnect.profiles:sp:sso:gsa:tts-10x-atj-dev-server-doj',
Expand Down

0 comments on commit aca9945

Please sign in to comment.