Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 3a25e85

Browse files
Updated data ...
....values
1 parent 87a0ce9 commit 3a25e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

creditoffers/users.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = [{
22
username: "rhubbard",
3-
password: "$2a$10$FNWEnW7IR5pusrCtkDpdfeDqhvkGexDOJ3GB9Ae08yHgJGsw0jXIG",
3+
password: "XXX",
44
details: {
55
"firstName": "Ray",
66
"middleName": "G",
@@ -31,7 +31,7 @@ module.exports = [{
3131
},
3232
{
3333
username: "jsmith",
34-
password: "$2a$10$KVkQGwZ0qNxau0tHBpg16O5rym/g3dfKJEd5kCnQ4nOJn1oOjzKca",
34+
password: "XXX",
3535
details: {
3636
"firstName": "Jane",
3737
"lastName": "Smith",

0 commit comments

Comments
 (0)