We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8745e98 commit 08b8585Copy full SHA for 08b8585
test/auth-react-server/main.go
@@ -333,6 +333,11 @@ func callSTInit(passwordlessConfig *plessmodels.TypeInput) {
333
},
334
}),
335
thirdpartyemailpassword.Init(&tpepmodels.TypeInput{
336
+ EmailDelivery: &emaildelivery.TypeInput{
337
+ Service: &emaildelivery.EmailDeliveryInterface{
338
+ SendEmail: &sendPasswordResetEmail,
339
+ },
340
341
Override: &tpepmodels.OverrideStruct{
342
APIs: func(originalImplementation tpepmodels.APIInterface) tpepmodels.APIInterface {
343
ogPasswordResetPOST := *originalImplementation.PasswordResetPOST
0 commit comments