From c876c9f53018529fed1cb025a085b6e9d37dc3ef Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 22 Feb 2023 16:22:47 +0300 Subject: auth: List data not linked to any group. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index 4866e14..2a47dbb 100644 --- a/main.py +++ b/main.py @@ -32,7 +32,7 @@ def __init_dev_users__(): dev_users_passwd = "INSERT INTO user_credentials VALUES (:user_id, :hash)" dev_users = ({ "user_id": "0ad1917c-57da-46dc-b79e-c81c91e5b928", - "email": "test@develpment.user", + "email": "test@development.user", "name": "Test Development User", "password": "testpasswd"},) -- cgit v1.2.3