Skip to content

Commit 0cc3c80

Browse files
removed console.log in code
1 parent 863c266 commit 0cc3c80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

platform/src/pages/account/forgotPwd/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const index = () => {
101101
<div className='mt-8 w-full flex justify-center'>
102102
<div>
103103
<span className='text-sm text-blue-900 font-medium'>
104-
<Link href='/account/forgotPwd/reset'>Login</Link>
104+
<Link href='/account/login'>Login</Link>
105105
</span>
106106
</div>
107107
</div>

platform/src/pages/account/forgotPwd/reset/index.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const index = () => {
4343
resetPasswordToken: token,
4444
};
4545

46-
console.log(data);
4746
try {
4847
const response = await resetPasswordApi(data);
4948
setLoading(false);

0 commit comments

Comments
 (0)