-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle malformed JSON in onboarding form (#3078)
Currently, using a malformed JSON as the `initialformdatab64` query parameter in the onboarding form results in an application error: <img width="1552" alt="image" src="https://github.com/user-attachments/assets/08560a8d-acf9-40f8-9cbb-dd229739857f"> This is not a good user experience. This PR makes it so that we display an error message instead, and still allow the user to fill in the form from scratch: <img width="1552" alt="image" src="https://github.com/user-attachments/assets/54831b4e-9575-4fdb-acaf-65eaf78eefad">
- Loading branch information
Showing
1 changed file
with
39 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters