Skip to content

Commit

Permalink
Update redirect URI
Browse files Browse the repository at this point in the history
  • Loading branch information
danhper committed Dec 6, 2023
1 parent 6bc2b06 commit 5c0c189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface Secrets {
discordClientSecret: string;
}

export const redirectURI = "https://tlx.fi/referrals";
export const redirectURI = "https://tlx.fi/register";

export function getCredentials(service: ServiceType, secrets: Secrets): OauthCredentials {
return {
Expand Down

0 comments on commit 5c0c189

Please sign in to comment.