Skip to content

Commit f621d54

Browse files
authored
add user credentials (#5)
1 parent b53812e commit f621d54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/data/users.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
22
{ "id": "5e86809283e28b96d2d38537", "email": "[email protected]", "password": "123456", "name": "JWT User" },
3+
{ "id": "5e87809273e28b96d2e38538", "email": "[email protected]", "password": "123456", "name": "JWT User" },
34
{ "id": "344353656373", "email": "[email protected]", "password": "123456", "name": "Milan Bhikadiya" },
45
{ "id": "61d81b3d", "email": "[email protected]", "password": "123456", "name": "Milan Bhikadiya" },
56
{ "id": "774598e0", "email": "[email protected]", "password": "Test1234", "name": "New Test" },

0 commit comments

Comments
 (0)