mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Changes: - Added a new attribute to the `User` model: `primaryBuyingSituation` - Updated `signup.js` to set this value on new User accounts Before this PR can be merged, we will need to: - [ ] Add the new column to the User table in the website's database - [ ] Set a default value for existing User records. --------- Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| confirm-email.js | ||
| login.js | ||
| send-password-recovery-email.js | ||
| signup.js | ||
| update-password-and-login.js | ||
| view-confirmed-email.js | ||
| view-forgot-password.js | ||
| view-login.js | ||
| view-new-password.js | ||
| view-signup.js | ||