From 3a25e8507239e996b5a1a6fe27562924c2fee6fe Mon Sep 17 00:00:00 2001 From: Santhi S Date: Mon, 4 May 2020 16:48:06 -0400 Subject: [PATCH] Updated data ... ....values --- creditoffers/users.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/creditoffers/users.js b/creditoffers/users.js index db1a01f..2e3d884 100644 --- a/creditoffers/users.js +++ b/creditoffers/users.js @@ -1,6 +1,6 @@ module.exports = [{ username: "rhubbard", - password: "$2a$10$FNWEnW7IR5pusrCtkDpdfeDqhvkGexDOJ3GB9Ae08yHgJGsw0jXIG", + password: "XXX", details: { "firstName": "Ray", "middleName": "G", @@ -31,7 +31,7 @@ module.exports = [{ }, { username: "jsmith", - password: "$2a$10$KVkQGwZ0qNxau0tHBpg16O5rym/g3dfKJEd5kCnQ4nOJn1oOjzKca", + password: "XXX", details: { "firstName": "Jane", "lastName": "Smith",