diff --git a/public/locales/fa/app.json b/public/locales/fa/app.json index 89aa688..dd3068b 100644 --- a/public/locales/fa/app.json +++ b/public/locales/fa/app.json @@ -40,8 +40,7 @@ "link_routing_back_to": "بازگشت به", "link_routing_previuos_page": "صفحه قبل", "link_routing_main_page": "صفحه اصلی", - "error_message_required": "اجباری!", - "button_make_account": "ایجاد حساب" + "error_message_required": "اجباری!" }, "dashboard": { "dashboard_page": "داشبورد" diff --git a/src/components/login-expert/index.jsx b/src/components/login-expert/index.jsx index b72d26d..5db34c4 100644 --- a/src/components/login-expert/index.jsx +++ b/src/components/login-expert/index.jsx @@ -9,7 +9,6 @@ import FullPageLayout from "@/layouts/FullPageLayout"; import useDirection from "@/lib/app/hooks/useDirection"; import useUser from "@/lib/app/hooks/useUser"; import LoginIcon from "@mui/icons-material/Login"; -import PersonAddIcon from "@mui/icons-material/PersonAdd"; import { Box, Button, @@ -28,7 +27,7 @@ import * as Yup from "yup"; const LoginComponent = () => { const t = useTranslations(); - const { directionApp } = useDirection(); + // const { directionApp } = useDirection(); // should delete because we dont have direction anymore const { setToken } = useUser(); // pass token to set token // gettin url query @@ -123,20 +122,10 @@ const LoginComponent = () => { justifyContent: "space-between", }} > - - -