- Nov 26, 2021
-
-
Andreas Ellewsen authored
The profile page of a guest now shows a verification button if the guest has a passport or national identificaiton number that has not been verified. Clicking the button shows a dialog, with a confirmation button which triggers a PATCH request to the backend and reloads the page when it returns. Resolves: GREG-101
-
- Nov 18, 2021
-
-
Andreas Ellewsen authored
- The hook returns the info for a single guest, and a function to reload that info from the api. - The roles of the guest are now on the roles attribute of the guest object instead of as its own object. - Adding a new role now triggers a reload of the data from the api after the post request has completed. Resolves: GREG-114
-