[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,7 +86,9 @@ extension AddingServiceTokenPresenter {
} }
func handleAppBecomeActive() { func handleAppBecomeActive() {
interactor.start() if interactor.serviceTokenType != .hotp {
interactor.start()
}
} }
// MARK: - TOTP // MARK: - TOTP