cjmeyer-polymorph

Results 2 issues of cjmeyer-polymorph

In `forgotPassword`, the result of the `ForgotPassword` request is returned from the function. In `confirmPassword`, it runs the `ConfirmForgotPassword` request but then returns `true` and ignores the result. `confirmPassword` should...

Good day. I'm trying to download a PNG image from a URL, resize it to max 500px width, then use the image bytes to upload it to my own storage...