Compare commits
No commits in common. "193a21277f973028828e2a2e60385e94aad6e586" and "8a9d5527609de40d55647521cd6d9f13236cf115" have entirely different histories.
193a21277f
...
8a9d552760
|
|
@ -4,21 +4,18 @@
|
|||
"id": 1,
|
||||
"name": "alice",
|
||||
"email_address": "alice@example.org",
|
||||
"dav_token": null,
|
||||
"password": "alice"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "bob",
|
||||
"email_address": "bob@example.org",
|
||||
"dav_token": "bob_dav",
|
||||
"password": "bob"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "charlie",
|
||||
"email_address": "charlie@example.org",
|
||||
"dav_token": null,
|
||||
"password": "charlie"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue