Skip to content

Commit

Permalink
fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
NookieGrey committed Feb 18, 2025
1 parent 46e92e5 commit ddacafa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/auth/SignIn/SignIn.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { FormProps } from "antd";
import { Button, Form, Input } from "antd";
import { Button, Form, FormProps, Input } from "antd";
import { Link, useNavigate } from "react-router";
import { useAuthMutation } from "../../../services/api/sharebookApi.ts";
import { SvgPasswordHide } from "../svg/SvgPasswordHide.tsx";
Expand Down Expand Up @@ -33,7 +32,7 @@ export function SignIn() {
>
<div className={styles.containerForm}>
<Form.Item
name="email"
name="login"
rules={[
{
required: true,
Expand Down

0 comments on commit ddacafa

Please sign in to comment.