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 8cb83c7 commit 05b9d6eCopy full SHA for 05b9d6e
src/Umbraco.Cms.Integrations.Automation.Zapier/Services/UserValidationService.cs
@@ -9,14 +9,14 @@ public class UserValidationService : IUserValidationService
9
{
10
private readonly IUserService _userService;
11
12
- private readonly AppSettings _zapierSettings;
+ private readonly ZapierSettings _zapierSettings;
13
14
private readonly ZapierFormsSettings _zapierFormsSettings;
15
16
private readonly IBackOfficeUserManager _backOfficeUserManager;
17
18
public UserValidationService(
19
- IOptions<AppSettings> options,
+ IOptions<ZapierSettings> options,
20
IOptions<ZapierFormsSettings> zapierFormsSettings,
21
IBackOfficeUserManager backOfficeUserManager)
22
0 commit comments