Skip to content

Commit

Permalink
Set notification tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Oct 15, 2024
1 parent 88f6c3d commit bd8ab80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frigate/api/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ def create_user(request: Request, body: AppPostUsersBody):
{
User.username: body.username,
User.password_hash: password_hash,
User.notification_tokens: [],
}
).execute()
return JSONResponse(content={"username": body.username})
Expand Down

0 comments on commit bd8ab80

Please sign in to comment.