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 6304cee commit 1cf5659Copy full SHA for 1cf5659
src/Umbraco.Cms.Integrations.Automation.Zapier/Services/UserValidationService.cs
@@ -45,7 +45,7 @@ public UserValidationService(IUserService userService)
45
46
_zapierSettings = new ZapierSettings(ConfigurationManager.AppSettings);
47
48
- _zapierSettings = new ZapierFormsSettings(ConfigurationManager.AppSettings);
+ _zapierFormsSettings = new ZapierFormsSettings(ConfigurationManager.AppSettings);
49
}
50
#endif
51
0 commit comments