diff options
Diffstat (limited to 'src/lib/auth/components/LoginMobile.jsx')
| -rw-r--r-- | src/lib/auth/components/LoginMobile.jsx | 5 |
1 files changed, 4 insertions, 1 deletions
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' |
