Skip to content

Commit a8382cc

Browse files
authored
Merge c8ac351 into 80e4712
2 parents 80e4712 + c8ac351 commit a8382cc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

libs/@guardian/identity-auth-frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@guardian/eslint-config": "workspace:*",
30-
"@guardian/identity-auth": "6.0.1",
30+
"@guardian/identity-auth": "workspace:*",
3131
"@guardian/libs": "21.1.0",
3232
"@types/jest": "29.5.8",
3333
"eslint": "9.19.0",

libs/@guardian/identity-auth-frontend/src/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ const getRedirectUri = (stage: Stage, origin: string) => {
5555
return 'https://m.code.dev-theguardian.com/';
5656
case 'DEV':
5757
default:
58+
if (origin === 'https://r.thegulocal.com') {
59+
return 'https://r.thegulocal.com/';
60+
}
5861
return 'http://localhost:3030/';
5962
}
6063
};

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)