Fix missing htopCounter

This commit is contained in:
Bubka 2020-11-16 14:33:56 +01:00
parent 17eb3d46c6
commit b8180e3abf

View File

@ -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