mirror of
https://github.com/twofas/2fas-ios.git
synced 2024-11-22 02:10:19 +01:00
Merge pull request #130 from twofas/bugfix/TF-1590
[TF-1590] Remove auth requests on move to trash
This commit is contained in:
commit
6ac21e4cb6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user