mirror of
https://github.com/twofas/2fas-ios.git
synced 2024-11-22 02:10:19 +01:00
[TF-1651] HOTP improvements
This commit is contained in:
parent
c358809411
commit
965443dc8c
@ -86,7 +86,9 @@ extension AddingServiceTokenPresenter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func handleAppBecomeActive() {
|
func handleAppBecomeActive() {
|
||||||
interactor.start()
|
if interactor.serviceTokenType != .hotp {
|
||||||
|
interactor.start()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - TOTP
|
// MARK: - TOTP
|
||||||
|
Loading…
Reference in New Issue
Block a user