Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chillingstar committed Jun 5, 2024
1 parent 52b96bf commit efb52cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ api.get('/api/login', (req, res) => {
let password = data.password;

let passwordHash = crypto.hash('sha256', (crypto.hash('sha512', password)));
let originalUserPasswordHash = mongoose
// let originalUserPasswordHash = mongoose
})

nextApp.prepare().then(() => {
Expand Down

0 comments on commit efb52cf

Please sign in to comment.