vendure-ecommerce / vendure

The commerce platform with customization in its DNA.
https://www.vendure.io
Other
5.67k stars 1.01k forks source link

core: Missing customer entity create event for external authentication methods #2310

Open Draykee opened 1 year ago

Draykee commented 1 year ago

Missing customer entity create event for external authentication methods

After this line of code, an event should be emitted: https://github.com/vendure-ecommerce/vendure/blob/9524add8ceff253341036ff578a97a7f2b436499/packages/core/src/service/helpers/external-authentication/external-authentication.service.ts#L141

michaelbromley commented 1 year ago

Hi, thanks for the report!

Would you like to PR to fix this?