zznicole / shopping-list

Ourshoppinglist is a Mobile-first Web application project. It was created by a team of two developers, using modern Javascript, ES6, React.js,Node.js DBOO database, Material UI, Arios......
0 stars 0 forks source link

Confirmation of account successfully verified #45

Closed kft-a closed 3 years ago

kft-a commented 3 years ago

It should be more visible that an account has been verified after the user clicks on the link in the email. Alternatives:

  1. The link is as it is now and directly calls the verification on the server without loading the react app, but after verification, the server sends a redirect to a react component/page saying that registration was successful or not, or
  2. The link loads a verification component in the react app, but then the react page must call the server's verification API and the react component displays the result.
kft-a commented 3 years ago

Fixed and merged with #2c32f32 on master