Skip to content

Commit 08cbe80

Browse files
committed
fix password issue
1 parent f892af6 commit 08cbe80

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/api/users/signup/route.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ export async function POST(request: NextRequest) {
4949
}
5050

5151
let password = randomBytes.toString('utf-8');
52-
53-
52+
// console.log(password);
5453

5554
// Hash password before saving to DB
5655
const salt = await bcryptjs.genSalt(10);

0 commit comments

Comments
 (0)