mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 11:47:53 +02:00
Remove strict typing for text fields that receive number
This commit is contained in:
parent
50f956957c
commit
018a13c25d
@ -42,7 +42,7 @@
|
|||||||
account : String,
|
account : String,
|
||||||
algorithm : String,
|
algorithm : String,
|
||||||
digits : Number,
|
digits : Number,
|
||||||
hotpCounter : Number,
|
hotpCounter : null,
|
||||||
icon : String,
|
icon : String,
|
||||||
imageLink : String,
|
imageLink : String,
|
||||||
otpType : String,
|
otpType : String,
|
||||||
@ -50,7 +50,7 @@
|
|||||||
secret : String,
|
secret : String,
|
||||||
secretIsBase32Encoded : Number,
|
secretIsBase32Encoded : Number,
|
||||||
service : String,
|
service : String,
|
||||||
totpPeriod : Number,
|
totpPeriod : null,
|
||||||
uri : String
|
uri : String
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user