We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4a0885 + 74b4f45 commit b5afbe1Copy full SHA for b5afbe1
dotcom-rendering/src/components/AuthProviderButtons/AuthProviderButtons.tsx
@@ -173,7 +173,7 @@ export const AuthProviderButtons = ({
173
cssOverrides={secondaryButtonStyles()}
174
priority="tertiary"
175
href={buildUrlWithQueryParams(
176
- 'https://profile.theguardian.com/register/email',
+ 'https://profile.theguardian.com/signin',
177
{},
178
queryParams,
179
)}
dotcom-rendering/src/lib/routeUtils.ts
@@ -94,6 +94,7 @@ export const ValidRoutePathsArray = [
94
'/signin/password',
95
'/signin/refresh',
96
'/signin/:social',
97
98
'https://profile.theguardian.com/signin/:social',
99
'/signin/email-sent',
100
'/signin/email-sent/resend',
0 commit comments