Skip to content

Commit bd181c9

Browse files
committed
Add comment
Signed-off-by: Federico Busetti <[email protected]>
1 parent b3aeb44 commit bd181c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/http_app/routes/user_registered_hook.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77

88
@router.post("/")
99
async def user_registered(request: Request):
10+
# Here we could check the email and add staff metadata to the identity
1011
logging.info("User registered", extra={"body": await request.json()})
1112
return {"user_registered": "OK"}

0 commit comments

Comments
 (0)