Compare commits

..

1 commit

Author SHA1 Message Date
irl
a9e539ef74 fix(user): simplify add_user 2026-06-22 12:23:38 +01:00

View file

@ -1,8 +1,5 @@
"""
Module specific business logic for user module
Exports:
- add_user_to_db: Creates a User record from OIDC claims, or updates user details
"""
from typing import Any