diff --git a/package-lock.json b/package-lock.json index 4554bcda..b1029407 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,6 @@ "react-toastify": "^9.1.3", "sass": "^1.59.2", "sharp": "^0.32.1", - "ts-pattern": "^4.3.0", "typescript": "4.9.5", "uuidv4": "^6.2.13" } @@ -4911,11 +4910,6 @@ "node": ">=8.0" } }, - "node_modules/ts-pattern": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-4.3.0.tgz", - "integrity": "sha512-pefrkcd4lmIVR0LA49Imjf9DYLK8vtWhqBPA3Ya1ir8xCW0O2yjL9dsCVvI7pCodLC5q7smNpEtDR2yVulQxOg==" - }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", diff --git a/package.json b/package.json index 870848ea..e1bfc963 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev", + "dev": "PORT=5005 next dev", "build": "next build", "start": "next start", "lint": "next lint", diff --git a/src/front/Components/Layouts/LoginCustomer/PasswordForgotten/classes.module.scss b/src/front/Components/Layouts/Login/PasswordForgotten/classes.module.scss similarity index 86% rename from src/front/Components/Layouts/LoginCustomer/PasswordForgotten/classes.module.scss rename to src/front/Components/Layouts/Login/PasswordForgotten/classes.module.scss index e0a34824..c44eb8ee 100644 --- a/src/front/Components/Layouts/LoginCustomer/PasswordForgotten/classes.module.scss +++ b/src/front/Components/Layouts/Login/PasswordForgotten/classes.module.scss @@ -3,9 +3,6 @@ .root { display: flex; flex-direction: column; - max-width: 530px; - margin: auto; - margin-top: 220px; .title { text-align: left; diff --git a/src/front/Components/Layouts/LoginCustomer/PasswordForgotten/index.tsx b/src/front/Components/Layouts/Login/PasswordForgotten/index.tsx similarity index 100% rename from src/front/Components/Layouts/LoginCustomer/PasswordForgotten/index.tsx rename to src/front/Components/Layouts/Login/PasswordForgotten/index.tsx diff --git a/src/front/Components/Layouts/LoginCustomer/StepEmail/classes.module.scss b/src/front/Components/Layouts/Login/StepEmail/classes.module.scss similarity index 93% rename from src/front/Components/Layouts/LoginCustomer/StepEmail/classes.module.scss rename to src/front/Components/Layouts/Login/StepEmail/classes.module.scss index 2fd71d0d..082074f2 100644 --- a/src/front/Components/Layouts/LoginCustomer/StepEmail/classes.module.scss +++ b/src/front/Components/Layouts/Login/StepEmail/classes.module.scss @@ -3,9 +3,6 @@ .root { display: flex; flex-direction: column; - max-width: 530px; - margin: auto; - margin-top: 220px; .title { margin-bottom: 32px; diff --git a/src/front/Components/Layouts/LoginCustomer/StepEmail/index.tsx b/src/front/Components/Layouts/Login/StepEmail/index.tsx similarity index 90% rename from src/front/Components/Layouts/LoginCustomer/StepEmail/index.tsx rename to src/front/Components/Layouts/Login/StepEmail/index.tsx index a9348265..6a798ae5 100644 --- a/src/front/Components/Layouts/LoginCustomer/StepEmail/index.tsx +++ b/src/front/Components/Layouts/Login/StepEmail/index.tsx @@ -31,16 +31,13 @@ export default function StepEmail(props: IProps) { return (