|
@@ -7,6 +7,7 @@ const RedirectedAlert = (props) => {
|
|
|
const { t } = props;
|
|
const { t } = props;
|
|
|
const urlParams = new URLSearchParams(window.location.search);
|
|
const urlParams = new URLSearchParams(window.location.search);
|
|
|
const fromPath = urlParams.get('redirectFrom');
|
|
const fromPath = urlParams.get('redirectFrom');
|
|
|
|
|
+
|
|
|
return (
|
|
return (
|
|
|
<>
|
|
<>
|
|
|
<strong>{ t('Redirected') }:</strong>{ t('page_page.notice.redirected')} <code>{fromPath}</code> {t('page_page.notice.redirected_period')}
|
|
<strong>{ t('Redirected') }:</strong>{ t('page_page.notice.redirected')} <code>{fromPath}</code> {t('page_page.notice.redirected_period')}
|