Skip to content

Commit

Permalink
fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogge committed Mar 27, 2024
1 parent d7a671e commit 8cdb089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presenter/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const AUTH = {
'http://localhost:3000/silent-refresh') as string,
RESPONSE_TYPE: (import.meta.env.PUBLIC_ENV__AUTH__RESPONSE_TYPE ?? 'code') as string,
SIGNIN_REDIRECT_URI: (import.meta.env.PUBLIC_ENV__SIGNIN_REDIRECT_URI ??
'http://localhost:3001/signin') as string,
'http://localhost:3000/signin') as string,
SCOPE: (import.meta.env.PUBLIC_ENV__AUTH__SCOPE ?? 'openid profile posts') as string,
}

Expand Down

0 comments on commit 8cdb089

Please sign in to comment.