Compare commits

..

1 commit

Author SHA1 Message Date
irl
78508ae59f fix(user): simplify add_user 2026-06-22 12:21:02 +01:00

View file

@ -1,5 +1,8 @@
"""
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