Skip to content

Commit e4ddb38

Browse files
committed
fix redirectURI for github
1 parent 54cbd0c commit e4ddb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/providers/github.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class GitHubProvider implements AuthProvider {
4444
{
4545
clientId: process.env.GITHUB_CLIENT_ID,
4646
clientSecret: process.env.GITHUB_CLIENT_SECRET,
47-
redirectURI: '/auth/github/callback',
47+
redirectURI: 'https://www.epicstack.dev/auth/github/callback',
4848
},
4949
async ({ tokens }) => {
5050
// we need to fetch the user and the emails separately, this is a change in remix-auth-github

0 commit comments

Comments
 (0)