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

Commit

Permalink
Updated data ...
Browse files Browse the repository at this point in the history
....values
  • Loading branch information
SanthiSridharan authored May 4, 2020
1 parent 87a0ce9 commit 3a25e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions creditoffers/users.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = [{
username: "rhubbard",
password: "$2a$10$FNWEnW7IR5pusrCtkDpdfeDqhvkGexDOJ3GB9Ae08yHgJGsw0jXIG",
password: "XXX",
details: {
"firstName": "Ray",
"middleName": "G",
Expand Down Expand Up @@ -31,7 +31,7 @@ module.exports = [{
},
{
username: "jsmith",
password: "$2a$10$KVkQGwZ0qNxau0tHBpg16O5rym/g3dfKJEd5kCnQ4nOJn1oOjzKca",
password: "XXX",
details: {
"firstName": "Jane",
"lastName": "Smith",
Expand Down

0 comments on commit 3a25e85

Please sign in to comment.