mirror of
https://github.com/bitwarden/server
synced 2025-12-14 07:13:39 +00:00
cleanup unused vars
This commit is contained in:
@@ -10,9 +10,6 @@ namespace Bit.Core.Services
|
||||
{
|
||||
public class RelayPushRegistrationService : BaseRelayPushNotificationService, IPushRegistrationService
|
||||
{
|
||||
private dynamic _decodedToken;
|
||||
private DateTime? _nextAuthAttempt = null;
|
||||
|
||||
public RelayPushRegistrationService(GlobalSettings globalSettings)
|
||||
: base(globalSettings)
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user