We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863c266 commit 0cc3c80Copy full SHA for 0cc3c80
platform/src/pages/account/forgotPwd/index.jsx
@@ -101,7 +101,7 @@ const index = () => {
101
<div className='mt-8 w-full flex justify-center'>
102
<div>
103
<span className='text-sm text-blue-900 font-medium'>
104
- <Link href='/account/forgotPwd/reset'>Login</Link>
+ <Link href='/account/login'>Login</Link>
105
</span>
106
</div>
107
platform/src/pages/account/forgotPwd/reset/index.jsx
@@ -43,7 +43,6 @@ const index = () => {
43
resetPasswordToken: token,
44
};
45
46
- console.log(data);
47
try {
48
const response = await resetPasswordApi(data);
49
setLoading(false);
0 commit comments