cybernetisk / internsystem-v2

A NextJS-based website. Used for public information about Cybernetisk Selskab, and necessary tools for volunteers at the bar/café Escape.
https://cyb.no
MIT License
7 stars 9 forks source link

Fix register user response #61

Closed pvk05 closed 1 month ago

pvk05 commented 1 month ago

Fixes #60 Added a new response to the sendVerification api route with the right status and error. Also checks if email includes "@" before trying to register the user and sending an email

pvk05 commented 1 month ago

Added snackbar with register response for better visual feedback when registering a new user. Helpes with issue #33

pvk05 commented 1 month ago

this pr added to #56