Add/remove members and invitations (#1744)

* Add/remove members and invitations

* Lint
This commit is contained in:
Josh Pigford
2025-01-30 13:13:37 -06:00
committed by GitHub
parent 282c05345d
commit 0696e1f2f7
10 changed files with 188 additions and 29 deletions

View File

@@ -17,3 +17,13 @@ two:
created_at: <%= Time.current %>
updated_at: <%= Time.current %>
expires_at: <%= 3.days.from_now %>
other_family:
email: "other@example.com"
token: "valid-token-789"
role: "member"
inviter: empty
family: empty
created_at: <%= Time.current %>
updated_at: <%= Time.current %>
expires_at: <%= 3.days.from_now %>