mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-23 13:51:13 +01:00
Fix missing htopCounter
This commit is contained in:
parent
17eb3d46c6
commit
b8180e3abf
@ -92,6 +92,10 @@
|
||||
this.internal_account = data.account
|
||||
this.internal_icon = data.icon
|
||||
this.internal_otpType = data.otpType
|
||||
|
||||
if( data.otpType === 'hotp' && data.hotpCounter ) {
|
||||
this.internal_hotpCounter = data.hotpCounter
|
||||
}
|
||||
}
|
||||
|
||||
// We force the otpType to be based on the uri
|
||||
|
Loading…
Reference in New Issue
Block a user