From 8a9d5527609de40d55647521cd6d9f13236cf115 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Thu, 25 Sep 2025 16:56:08 +0200 Subject: [PATCH] [mod] data-example --- data/example.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/data/example.json b/data/example.json index e564273..5022519 100644 --- a/data/example.json +++ b/data/example.json @@ -3,22 +3,19 @@ { "id": 1, "name": "alice", - "email_address": "alice@example.org", - "dav_token": null, + "email_address": "alice@example.org", "password": "alice" }, { "id": 2, "name": "bob", - "email_address": "bob@example.org", - "dav_token": "bob_dav", + "email_address": "bob@example.org", "password": "bob" }, { "id": 3, "name": "charlie", - "email_address": "charlie@example.org", - "dav_token": null, + "email_address": "charlie@example.org", "password": "charlie" } ],