Vylpes / Droplet

MIT License
0 stars 0 forks source link

Change "is admin" and "is active" values to checkboxes on the settings page #46

Open Vylpes opened 1 year ago

Vylpes commented 1 year ago

AS an admin I should see checkboxes for a user's "is admin" and "is active" toggles SO THAT I can change these in a manor that makes more sense

Acceptance Criteria

AS an admin GIVEN I am on the users edit page WHEN I want to change the "is admin" value THEN I should see this as a checkbox

AS an admin GIVEN I am on the users edit page WHEN I want to change the "is active" value THEN I should see this as a checkbox

Notes