diff --git a/TwoFAS/Data/Interactors/TrashingServiceInteractor.swift b/TwoFAS/Data/Interactors/TrashingServiceInteractor.swift index 623fe2ff..a262140e 100644 --- a/TwoFAS/Data/Interactors/TrashingServiceInteractor.swift +++ b/TwoFAS/Data/Interactors/TrashingServiceInteractor.swift @@ -43,6 +43,7 @@ extension TrashingServiceInteractor: TrashingServiceInteracting { func trashService(_ serviceData: ServiceData) { Log("TrashingServiceInteractor - trashService", module: .interactor) mainRepository.trashService(serviceData) + removeAuthRequests(for: serviceData.secret) } func untrashService(_ serviceData: ServiceData) {