Skip to content

Commit

Permalink
Remove PII from mock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Alberto Hernandez authored and alberto-art3ch committed Apr 17, 2024
1 parent 29d3d08 commit 18eeda0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/assets/mock/user.mock.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"id": 1600,
"username": "abhaychawla",
"username": "username",
"status": "status",
"firstName": "Abhay",
"lastName": "Chawla",
"firstName": "firstname",
"lastName": "lastname",
"gender": "Male",
"dateOfBirth": "18/06/1997",
"email": "abhay.chawla97@gmail.com",
"mobile": "9871105236",
"dateOfBirth": "01/01/1999",
"email": "test.user@example.com",
"mobile": "1234567890",
"office": "Head Office",
"staff": "Smith W",
"staff": "Smith",
"activationDate": "12/03/2018"
}

0 comments on commit 18eeda0

Please sign in to comment.