Skip to content

Commit

Permalink
Fix redirect URL
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfried committed Mar 9, 2024
1 parent 3316925 commit 4301d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export const environment = {
apiKey: 'cd01c0cb258c48228cdbc0f468674257',
authUrl: 'https://www.bungie.net/en/OAuth/Authorize',
clientId: '36111',
redirect: 'https://chrisfried.github.io/secret-scrublandeux/auth',
redirect: 'https://d2scrub.land/auth',
},
}

0 comments on commit 4301d3d

Please sign in to comment.