From 54ebe0604d8b3c8cac7eef93356aa1e4952f5666 Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Mon, 12 May 2025 23:23:40 +0800 Subject: [PATCH] Updated Login page (Removed unnecessary and unsued button) --- application/src/pages/Login.tsx | 36 ++------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/application/src/pages/Login.tsx b/application/src/pages/Login.tsx index 16639ce..089773b 100644 --- a/application/src/pages/Login.tsx +++ b/application/src/pages/Login.tsx @@ -79,11 +79,7 @@ const Login = () => {
- - - + {/* //this allow test api connection in login page

API Endpoint Settings

@@ -109,38 +105,10 @@ const Login = () => {

{t("signInToYourAccount")}

-

- {t("dontHaveAccount")} {t("createOne")} -

+
- -