fleet/website/api/controllers/entrance
Eric a6551e43d7
Website: Update signup error handling when there is a Stripe related error. (#10042)
Closes: https://github.com/fleetdm/confidential/issues/1748

Changes:
- Added an error that is thrown if a Stripe customer cannot be created
for a new user.
- Updated `signup.js` to create Stripe customers for new users before
the new record is saved in the database. This helps prevent situations
where users are shown an error message when they submit the signup form,
but their account was actually created (without a `stripeCustomerId`).
2023-02-24 17:00:15 -06:00
..
confirm-email.js Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
login.js Update customer portal styles (#3663) 2022-01-17 14:26:40 +09:00
send-password-recovery-email.js Add customer portal and license dispenser to fleetdm.com (#3546) 2022-01-04 20:02:42 -06:00
signup.js Website: Update signup error handling when there is a Stripe related error. (#10042) 2023-02-24 17:00:15 -06:00
update-password-and-login.js Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
view-confirmed-email.js Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
view-forgot-password.js Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
view-login.js Website: Add admin tool for generating Fleet Premium licenses. (#8478) 2022-12-05 14:53:16 -06:00
view-new-password.js Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
view-signup.js Add customer portal and license dispenser to fleetdm.com (#3546) 2022-01-04 20:02:42 -06:00