Skip to content

Commit

Permalink
feat(pds): use Bluesky blue as primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieusieben committed Mar 8, 2024
1 parent 96985fe commit c466296
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/pds/src/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ import { oauthLogger } from './logger'
export const createRouter = (ctx: AppContext) => {
return combine([
ctx.oauthProvider?.httpHandler({
// TODO: This must come from config
branding: {
colors: {
primary: '#0085ff',
},
},
// Log oauth provider errors using our own logger
onError: (req, res, err) => {
oauthLogger.error({ err }, 'oauth-provider error')
Expand Down

0 comments on commit c466296

Please sign in to comment.