mirror of
https://github.com/Amperra-Group/xcs.git
synced 2025-08-16 13:22:14 -06:00
slight oops, fixed unicode issue
This commit is contained in:
parent
4b926982cf
commit
a99c4e5ea2
|
@ -205,7 +205,7 @@ export default function Login() {
|
|||
{(props) => (
|
||||
<Form>
|
||||
<ModalBody>
|
||||
<Text mb={4}>Enter your email address below and we'll send you a link to reset your password.</Text>
|
||||
<Text mb={4}>Enter your email address below and we'll send you a link to reset your password.</Text>
|
||||
<Field name="email">
|
||||
{({ field, form }: any) => (
|
||||
<FormControl isInvalid={form.errors.email && form.touched.email}>
|
||||
|
@ -225,7 +225,6 @@ export default function Login() {
|
|||
Cancel
|
||||
</Button>
|
||||
<Button
|
||||
colorScheme="blue"
|
||||
isLoading={props.isSubmitting}
|
||||
type="submit"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue