When the user is sent a reset email, the url will typically look like this:
http://localhost:3000/reset?code=0205af01-5034-4b92-bd1b-9aec21b2e66b&email=alexbooker%40fastmail.im&_id=55942940ec270617056f89d7
The completePasswordReset function does not use this email property therefore it is ineffectual and can be removed.
Sound good?
When the user is sent a reset email, the url will typically look like this:
The
completePasswordResetfunction does not use thisemailproperty therefore it is ineffectual and can be removed.Sound good?