RC-2: remove additional sign ways component and correct locales in sign in and sign up pages

This commit is contained in:
2023-06-13 11:44:18 +01:00
parent 8765187e60
commit 97fec278e6
5 changed files with 0 additions and 48 deletions

View File

@@ -12,7 +12,6 @@ import { Controller, useForm } from 'react-hook-form';
import { withTranslation } from 'react-i18next';
import { Link } from 'react-router-dom';
import * as yup from 'yup';
import AdditionalSignWays from '../shared-components/AdditionalSignWays';
import LeftSideCanvas from '../shared-components/LeftSideCanvas';
const defaultValues = {
@@ -191,8 +190,6 @@ function SignUpPage({ t }) {
{t('sign_up_btn')}
</Button>
</div>
<AdditionalSignWays divider text={t('additional_ways')} />
</form>
</div>
</Paper>

View File

@@ -22,7 +22,6 @@ const locale = {
accept_terms_error:
'Lorem ipsum dolor sit amet consectetur. Eget pellentesque id consequat consectetur eu quis.',
sign_up_btn: 'create your account',
additional_ways: 'Or register with',
};
export default locale;