myriadeinc / web

0 stars 2 forks source link

Fixed email verification bug - ALPHA-19 #112

Closed BasileF closed 3 years ago

BasileF commented 3 years ago
Ticket Title
#ALPHA-19 Create account "Failed to send email confirmation, please double check your email address" error

Description

404 error when entering an email on the signup page.

Implementation / Approach

The frontend was calling the wrong endpoint (v1/email/create rather than v1/email/).

Checklist