1
0
mirror of https://github.com/bitwarden/server synced 2026-01-27 14:53:21 +00:00

Removed IFeatureService.

This commit is contained in:
Todd Martin
2026-01-23 14:58:07 -05:00
parent 71ee54693d
commit 8af74181e4

View File

@@ -1,5 +1,4 @@
using System.Security.Claims;
using Bit.Core;
using Bit.Core.Auth.Identity;
using Bit.Core.Auth.Identity.TokenProviders;
using Bit.Core.Services;
@@ -11,7 +10,6 @@ using Duende.IdentityServer.Validation;
namespace Bit.Identity.IdentityServer.RequestValidators.SendAccess;
public class SendEmailOtpRequestValidator(
IFeatureService featureService,
IOtpTokenProvider<DefaultOtpTokenProviderOptions> otpTokenProvider,
IMailService mailService) : ISendAuthenticationMethodValidator<EmailOtp>
{