Skip to content

Commit b5afbe1

Browse files
authored
Merge pull request #14287 from guardian/jm/fix-sign-in-with-email-url
fix: change sign-in with email url
2 parents c4a0885 + 74b4f45 commit b5afbe1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dotcom-rendering/src/components/AuthProviderButtons/AuthProviderButtons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export const AuthProviderButtons = ({
173173
cssOverrides={secondaryButtonStyles()}
174174
priority="tertiary"
175175
href={buildUrlWithQueryParams(
176-
'https://profile.theguardian.com/register/email',
176+
'https://profile.theguardian.com/signin',
177177
{},
178178
queryParams,
179179
)}

dotcom-rendering/src/lib/routeUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export const ValidRoutePathsArray = [
9494
'/signin/password',
9595
'/signin/refresh',
9696
'/signin/:social',
97+
'https://profile.theguardian.com/signin',
9798
'https://profile.theguardian.com/signin/:social',
9899
'/signin/email-sent',
99100
'/signin/email-sent/resend',

0 commit comments

Comments
 (0)