Browse Source
Added a boolean value along getter and setter methods to CreateUser that later checks if the user wants to stay logged in
remotes/origin/server
Added a boolean value along getter and setter methods to CreateUser that later checks if the user wants to stay logged in
remotes/origin/server
Richard Schmidt
11 months ago
3 changed files with 25 additions and 24 deletions
@ -1,32 +1,16 @@ |
|||
[ |
|||
{ |
|||
"id": "961ca202-ecbd-4dfc-ac0b-28f367618aa1", |
|||
"userName": "asd", |
|||
"password": "123456", |
|||
"birthday": "1" |
|||
}, |
|||
{ |
|||
"id": "d563a466-753b-4a5e-8b6c-e7e4756c7397", |
|||
"userName": "asd1", |
|||
"password": "123456", |
|||
"birthday": "1" |
|||
}, |
|||
{ |
|||
"id": "b54391dc-c06b-496c-828a-501f9a182cf9", |
|||
"userName": "new user", |
|||
"password": "123456", |
|||
"birthday": "1" |
|||
}, |
|||
{ |
|||
"id": "6db2ea00-246d-4604-bef2-0875c3cb550e", |
|||
"id": "a2864d79-1079-4cbb-8d77-f5f84995580d", |
|||
"userName": "Another Test User", |
|||
"password": "TestPasswort123", |
|||
"birthday": "01.01.2000" |
|||
"birthday": "01.01.2000", |
|||
"stayLoggedIn": false |
|||
}, |
|||
{ |
|||
"id": "864695a6-8037-41e5-9f0e-4b92744b2113", |
|||
"userName": "Another Test User", |
|||
"password": "TestPasswort123", |
|||
"birthday": "01.01.2000" |
|||
"id": "3690702d-9c7e-48fb-8a01-ef89b3b76268", |
|||
"userName": "TestUser2", |
|||
"password": "123456", |
|||
"birthday": "01.01.2000", |
|||
"stayLoggedIn": false |
|||
} |
|||
] |
Write
Preview
Loading…
Cancel
Save
Reference in new issue