From 4301d3d96fe11e63026227a0886002f83b0bf81f Mon Sep 17 00:00:00 2001 From: Chris Fried Date: Sat, 9 Mar 2024 14:01:59 -0600 Subject: [PATCH] Fix redirect URL --- src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 8169a8b..913c892 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -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', }, }