From 4bd66af0fff84360bf3dd799763ad5df1e1e8bff Mon Sep 17 00:00:00 2001 From: boboiazumi Date: Sun, 25 May 2025 09:24:24 +0700 Subject: [PATCH] fix: login page button disabled & register page --- apps/dimentorin/src/app/auth/login/page.tsx | 3 +-- .../dimentorin/src/app/auth/register/page.tsx | 20 ++++++++++++++----- .../src/app/auth/register/success/page.tsx | 6 +++--- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/apps/dimentorin/src/app/auth/login/page.tsx b/apps/dimentorin/src/app/auth/login/page.tsx index 3859aba..83cbccf 100644 --- a/apps/dimentorin/src/app/auth/login/page.tsx +++ b/apps/dimentorin/src/app/auth/login/page.tsx @@ -6,7 +6,6 @@ import { ArrowLeftOutlined } from '@ant-design/icons'; export const Components: FC = (): ReactElement => { const { form, onSubmit } = useLogin(); - return (
@@ -42,7 +41,7 @@ export const Components: FC = (): ReactElement => { Lupa Password ?
- +
diff --git a/apps/dimentorin/src/app/auth/register/page.tsx b/apps/dimentorin/src/app/auth/register/page.tsx index 79bcadf..3de638d 100644 --- a/apps/dimentorin/src/app/auth/register/page.tsx +++ b/apps/dimentorin/src/app/auth/register/page.tsx @@ -2,24 +2,33 @@ import { FC, ReactElement } from 'react'; import { RegisterResetBanner } from '@imphnen-frontend-service/ui/organisms'; import { Button, Input } from '@imphnen-frontend-service/ui/atoms'; import { InputField } from '@imphnen-frontend-service/ui/molecules'; +import { ArrowLeftOutlined } from '@ant-design/icons'; export const Components: FC = (): ReactElement => { return (
-
+
-
-
+
+
+

Register

Yosha~! Saatnya Bergabung dengan Dimentorin
-
+
{
@@ -90,7 +100,7 @@ export const Components: FC = (): ReactElement => { type="password" placeholder="Ulangi password-mu, Senpai~!" /> - +
diff --git a/apps/dimentorin/src/app/auth/register/success/page.tsx b/apps/dimentorin/src/app/auth/register/success/page.tsx index b648e4b..4a59405 100644 --- a/apps/dimentorin/src/app/auth/register/success/page.tsx +++ b/apps/dimentorin/src/app/auth/register/success/page.tsx @@ -6,10 +6,10 @@ import { ArrowRightOutlined } from '@ant-design/icons'; export const Components: FC = (): ReactElement => { return (
-
+
-
-
+
+

Register Successfull