diff --git a/src/common-components/ThirdPartyAuthAlert.jsx b/src/common-components/ThirdPartyAuthAlert.jsx index 39e7c947..ca24738c 100644 --- a/src/common-components/ThirdPartyAuthAlert.jsx +++ b/src/common-components/ThirdPartyAuthAlert.jsx @@ -26,7 +26,7 @@ const ThirdPartyAuthAlert = (props) => { return ( <> - + {referrer === REGISTER_PAGE ? ( {formatMessage(messages['tpa.alert.heading'])} ) : null} diff --git a/src/common-components/tests/__snapshots__/ThirdPartyAuthAlert.test.jsx.snap b/src/common-components/tests/__snapshots__/ThirdPartyAuthAlert.test.jsx.snap index 05f169c3..f399dc41 100644 --- a/src/common-components/tests/__snapshots__/ThirdPartyAuthAlert.test.jsx.snap +++ b/src/common-components/tests/__snapshots__/ThirdPartyAuthAlert.test.jsx.snap @@ -2,7 +2,7 @@ exports[`ThirdPartyAuthAlert should match login page third party auth alert message snapshot 1`] = `