summaryrefslogtreecommitdiff
path: root/src/lib/auth/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/auth/components')
-rw-r--r--src/lib/auth/components/Activate.jsx2
-rw-r--r--src/lib/auth/components/LoginDesktop.jsx5
-rw-r--r--src/lib/auth/components/LoginMobile.jsx5
3 files changed, 9 insertions, 3 deletions
diff --git a/src/lib/auth/components/Activate.jsx b/src/lib/auth/components/Activate.jsx
index 8fdc1096..5e95de8a 100644
--- a/src/lib/auth/components/Activate.jsx
+++ b/src/lib/auth/components/Activate.jsx
@@ -127,7 +127,7 @@ const Activate = () => {
/>
</Link>
- <h1 className='text-2xl mt-4 font-semibold'>Aktivasi Akun Indoteknik</h1>
+ <h1 className='text-2xl mt-4 font-semibold text-center'>Aktivasi Akun Indoteknik</h1>
{alert && (
<Alert
diff --git a/src/lib/auth/components/LoginDesktop.jsx b/src/lib/auth/components/LoginDesktop.jsx
index 7b71b9a6..8ce2e4e3 100644
--- a/src/lib/auth/components/LoginDesktop.jsx
+++ b/src/lib/auth/components/LoginDesktop.jsx
@@ -38,7 +38,10 @@ const LoginDesktop = () => {
/>
</div>
<div>
- <label htmlFor='password'>Kata Sandi</label>
+ <div className='flex justify-between'>
+ <label htmlFor='password'>Kata Sandi</label>
+ <Link href='/forgot-password'>Lupa Kata Sandi</Link>
+ </div>
<input
type='password'
name='password'
diff --git a/src/lib/auth/components/LoginMobile.jsx b/src/lib/auth/components/LoginMobile.jsx
index 78584a1c..b365330b 100644
--- a/src/lib/auth/components/LoginMobile.jsx
+++ b/src/lib/auth/components/LoginMobile.jsx
@@ -38,7 +38,10 @@ const LoginMobile = () => {
/>
</div>
<div>
- <label htmlFor='password'>Kata Sandi</label>
+ <div className='flex justify-between'>
+ <label htmlFor='password'>Kata Sandi</label>
+ <Link href='/forgot-password'>Lupa Kata Sandi</Link>
+ </div>
<input
type='password'
name='password'