diff options
author | Frederick Muriuki Muriithi | 2023-02-22 16:22:47 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-02-22 16:22:47 +0300 |
commit | c876c9f53018529fed1cb025a085b6e9d37dc3ef (patch) | |
tree | 0a3afededbc1ac8ee4a499e9b93142f76949d25f /main.py | |
parent | 90f2c1ae6c7a3321e6bc3373edbf560a21748e84 (diff) | |
download | genenetwork3-c876c9f53018529fed1cb025a085b6e9d37dc3ef.tar.gz |
auth: List data not linked to any group.
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"},) |