pet-rescue
pet-rescue copied to clipboard
Replace StaffAccount
We replaced AdopterFosterAccount with the introduction of the Person model. We need to remove StaffAccount as well. The main difference will probably be the deactivated_at
logic having to be moved. Most likely belongs in User
with other authz stuff.