We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f892af6 commit 08cbe80Copy full SHA for 08cbe80
1 file changed
src/app/api/users/signup/route.ts
@@ -49,8 +49,7 @@ export async function POST(request: NextRequest) {
49
}
50
51
let password = randomBytes.toString('utf-8');
52
-
53
+ // console.log(password);
54
55
// Hash password before saving to DB
56
const salt = await bcryptjs.genSalt(10);
0 commit comments