diff --git a/vanth/platform/user.py b/vanth/platform/user.py index d21f0f4..7e5981e 100644 --- a/vanth/platform/user.py +++ b/vanth/platform/user.py @@ -10,10 +10,10 @@ import vanth.tables def _to_dict(result): return { - 'username' : result[vanth.tables.User.c.username], 'password' : result[vanth.tables.User.c.password], 'name' : result[vanth.tables.User.c.name], 'uri' : sepiida.routing.uri('user', result[vanth.tables.User.c.uuid]), + 'username' : result[vanth.tables.User.c.username], } def by_filter(filters):