[TF-1651] HOTP improvements

This commit is contained in:
gmc 2024-08-31 13:09:34 +02:00
parent c358809411
commit 965443dc8c

View File

@ -86,8 +86,10 @@ extension AddingServiceTokenPresenter {
}
func handleAppBecomeActive() {
if interactor.serviceTokenType != .hotp {
interactor.start()
}
}
// MARK: - TOTP