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