import React from 'react';
import { Checkbox } from '@buffetjs/core';
import { useIntl } from 'react-intl';
import { get } from 'lodash';
import PropTypes from 'prop-types';
import BaselineAlignment from '../../../../components/BaselineAlignement';
import Button from '../../../../components/FullWidthButton';
import AuthLink from '../AuthLink';
import Box from '../Box';
import Input from '../Input';
import Logo from '../Logo';
import Section from '../Section';
const Login = ({ formErrors, modifiedData, onChange, onSubmit, requestError }) => {
const { formatMessage } = useIntl();
return (
<>
<Section textAlign="center">
<Logo />
This file has been truncated. show original