mirror of
https://github.com/twofas/2fas-ios.git
synced 2024-11-21 17:59:53 +01:00
[TF-1590] remove auth requests on move to trash
This commit is contained in:
parent
41e3780f2c
commit
adc25f034c
@ -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