delete "forgot password"

This commit is contained in:
Raja Oktafrianto
2025-05-05 18:28:32 +07:00
parent 7b30f75de2
commit a3051ccf92

View File

@ -150,7 +150,7 @@ const Login = () => {
/>
<span className="checkbox-label">Remember me</span>
</label>
<Link
{/* <Link
to={
currentLayout?.name === 'auth-branded'
? '/auth/reset-password'
@ -159,7 +159,7 @@ const Login = () => {
className="text-2sm link shrink-0"
>
Forgot Password?
</Link>
</Link> */}
</div>
<button