mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 13:39:57 -04:00
There are three parts to a ‘user’ form: - the email address - the permissions - the auth type setting This commit breaks them up into abstract classes so that they can be composed more flexibly in future commits.