Double-clicking on the account validation link leads to an error page
-
Create an account with email
-
Click on the validation link
-
Click on the validation link again
Result
-
An error message is displayed
{"data":null,"error":{"status":400,"name":"ValidationError","message":"Invalid token","details":{}}}
-
The account is successfully validated
Expected Result
-
A page indicating that this account is already validated is displayed
-
or I am directly taken to the login page or my Dashboard if I am already logged in
Task
-
Add a debounce and/or disable the button during the mutation
Points: 2