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.
2 parents 8745e98 + 08b8585 commit eb6aff9Copy full SHA for eb6aff9
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