delete "forgot password"
This commit is contained in:
@ -150,7 +150,7 @@ const Login = () => {
|
|||||||
/>
|
/>
|
||||||
<span className="checkbox-label">Remember me</span>
|
<span className="checkbox-label">Remember me</span>
|
||||||
</label>
|
</label>
|
||||||
<Link
|
{/* <Link
|
||||||
to={
|
to={
|
||||||
currentLayout?.name === 'auth-branded'
|
currentLayout?.name === 'auth-branded'
|
||||||
? '/auth/reset-password'
|
? '/auth/reset-password'
|
||||||
@ -159,7 +159,7 @@ const Login = () => {
|
|||||||
className="text-2sm link shrink-0"
|
className="text-2sm link shrink-0"
|
||||||
>
|
>
|
||||||
Forgot Password?
|
Forgot Password?
|
||||||
</Link>
|
</Link> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user