Browse Source
changed it so the user data in user.json is appended and not overwritten
remotes/origin/feature/client/make-input-field-buttons-interactive
changed it so the user data in user.json is appended and not overwritten
remotes/origin/feature/client/make-input-field-buttons-interactive
Richard Schmidt
11 months ago
2 changed files with 58 additions and 6 deletions
@ -1 +1,26 @@ |
|||
{"id":"48728bbb-b924-48ce-aac0-3e38d6c7878e","userName":"Test User","password":"TestPasswort","birthday":"01.01.1900"} |
|||
[ |
|||
{ |
|||
"id": "48728bbb-b924-48ce-aac0-3e38d6c7878e", |
|||
"userName": "Test User", |
|||
"password": "TestPasswort", |
|||
"birthday": "01.01.1900" |
|||
}, |
|||
{ |
|||
"id": "bacd2bf9-9486-4cc3-92fe-9a24b5cf47a4", |
|||
"userName": "Test User", |
|||
"password": "TestPasswort", |
|||
"birthday": "01.01.1900" |
|||
}, |
|||
{ |
|||
"id": "15474da8-c2cd-4c1c-ba57-cd1b8657140e", |
|||
"userName": "Test User", |
|||
"password": "TestPasswort", |
|||
"birthday": "01.01.1900" |
|||
}, |
|||
{ |
|||
"id": "be83e49a-bb17-4be2-a50f-0b846d7de3ea", |
|||
"userName": "Another Test User", |
|||
"password": "TestPasswort123", |
|||
"birthday": "01.01.2000" |
|||
} |
|||
] |
Write
Preview
Loading…
Cancel
Save
Reference in new issue