mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 17:11:06 +02:00
Fix missing htopCounter
This commit is contained in:
@@ -92,6 +92,10 @@
|
|||||||
this.internal_account = data.account
|
this.internal_account = data.account
|
||||||
this.internal_icon = data.icon
|
this.internal_icon = data.icon
|
||||||
this.internal_otpType = data.otpType
|
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
|
// We force the otpType to be based on the uri
|
||||||
|
Reference in New Issue
Block a user