1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 16:53:23 +00:00

rename to push notification service

This commit is contained in:
Kyle Spearrin
2017-05-26 09:44:54 -04:00
parent c95d39f563
commit 887fe4fc05
7 changed files with 14 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ namespace Bit.Core.Services
private readonly ICipherRepository _cipherRepository;
private readonly IOrganizationUserRepository _organizationUserRepository;
private readonly IMailService _mailService;
private readonly IPushService _pushService;
private readonly IPushNotificationService _pushService;
private readonly IdentityErrorDescriber _identityErrorDescriber;
private readonly IdentityOptions _identityOptions;
private readonly IPasswordHasher<User> _passwordHasher;
@@ -32,7 +32,7 @@ namespace Bit.Core.Services
ICipherRepository cipherRepository,
IOrganizationUserRepository organizationUserRepository,
IMailService mailService,
IPushService pushService,
IPushNotificationService pushService,
IUserStore<User> store,
IOptions<IdentityOptions> optionsAccessor,
IPasswordHasher<User> passwordHasher,