Merge pull request #130 from twofas/bugfix/TF-1590

[TF-1590] Remove auth requests on move to trash
This commit is contained in:
gmachnio 2024-07-30 19:33:27 +02:00 committed by GitHub
commit 6ac21e4cb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {