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