From 4db494722089b1ebb0ad3159320a18ba07149ed8 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Mon, 9 Feb 2026 21:21:17 +0000 Subject: [PATCH] basic UI --- .../src/Pages/Auth/SetNewPassword/index.tsx | 33 ++++++++++++++++--- .../Auth/{SetNewPassword.jsx => old.jsx} | 0 client/src/locales/en.json | 5 ++- 3 files changed, 33 insertions(+), 5 deletions(-) rename client/src/Pages/Auth/{SetNewPassword.jsx => old.jsx} (100%) diff --git a/client/src/Pages/Auth/SetNewPassword/index.tsx b/client/src/Pages/Auth/SetNewPassword/index.tsx index d6810e9d3..cf9f27acb 100644 --- a/client/src/Pages/Auth/SetNewPassword/index.tsx +++ b/client/src/Pages/Auth/SetNewPassword/index.tsx @@ -1,12 +1,37 @@ -import { BaseAuthPage } from "@/Components/v2/design-elements"; +import { BaseAuthPage, TextLink } from "@/Components/v2/design-elements"; +import { Button, TextField } from "@/Components/v2/inputs"; +import { useTranslation } from "react-i18next"; const SetNewPasswordPage = () => { + const { t } = useTranslation(); return ( - Test + + + + ); }; diff --git a/client/src/Pages/Auth/SetNewPassword.jsx b/client/src/Pages/Auth/old.jsx similarity index 100% rename from client/src/Pages/Auth/SetNewPassword.jsx rename to client/src/Pages/Auth/old.jsx diff --git a/client/src/locales/en.json b/client/src/locales/en.json index 4b3885cf2..95c374428 100644 --- a/client/src/locales/en.json +++ b/client/src/locales/en.json @@ -665,6 +665,10 @@ "linkText": "login" } } + }, + "setNewPassword": { + "title": "Reset your password", + "subtitle": "Your new password must be different from previously used passwords." } }, "checks": { @@ -1064,7 +1068,6 @@ "duration": { "label": "Duration" }, - "startTime": { "label": "Start time" }