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 (