From a67748b1ea27d708ac31290b6a60f017198e40bc Mon Sep 17 00:00:00 2001 From: or-else Date: Fri, 12 May 2023 14:43:29 -0700 Subject: [PATCH] removed uids from rest-auth sample data --- rest-auth/dummy_data.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rest-auth/dummy_data.json b/rest-auth/dummy_data.json index 66574bbe..00869dc2 100644 --- a/rest-auth/dummy_data.json +++ b/rest-auth/dummy_data.json @@ -15,8 +15,7 @@ }, "tags": [ "email:alice@example.com" - ], - "uid": "QVuwC5jz9o4" + ] }, "bob": { "anon": "N", @@ -34,8 +33,7 @@ }, "tags": [ "email:bob@example.com" - ], - "uid": "Pp-n0RjGm8s" + ] }, "carol": { "anon": "N",