FusionAuth / fusionauth-java-client

Java 8 client library for FusionAuth
https://fusionauth.io
Apache License 2.0
12 stars 5 forks source link

[java-client] Testing email templates with custom data shall not fail #16

Closed bguyza closed 2 years ago

bguyza commented 2 years ago

Issue: https://github.com/FusionAuth/fusionauth-issues/issues/1460

Root cause: If template parameters are for a template are not added in DefaultUserService#sendEmailToUser, rendering will fail.

Linked PR: api: https://github.com/FusionAuth/fusionauth-api/pull/34 app: https://github.com/FusionAuth/fusionauth-app/pull/90

robotdan commented 2 years ago

Did this stuff move over to fusionauth-api and if so, can we close this one out?