Skip to content

Commit

Permalink
add changes to authenticateUser.test b00tc4mp#68
Browse files Browse the repository at this point in the history
  • Loading branch information
NerinaHctz committed Jul 30, 2024
1 parent 3d3952c commit c8b94c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mongoose.connect(process.env.MONGODB_URI)
.then(() => {
console.log('connected')

authenticateUser('julitoCamelas', 'julito123', error => {
authenticateUser('nerina', 'nerina123', error => {
if (error) {
console.error(error)

Expand Down

0 comments on commit c8b94c0

Please sign in to comment.