Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function initAuth<
discord: {
clientId: options.discordClientId,
clientSecret: options.discordClientSecret,
redirectURI: `${options.productionUrl}/api/auth/callback/discord`,
redirectURI: `${options.baseUrl}/api/auth/callback/discord`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm wont this break oauth proxy?

},
},
trustedOrigins: ["expo://"],
Expand Down