mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-22 21:30:56 +01: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,
|
||||
algorithm : String,
|
||||
digits : Number,
|
||||
hotpCounter : Number,
|
||||
hotpCounter : null,
|
||||
icon : String,
|
||||
imageLink : String,
|
||||
otpType : String,
|
||||
@ -50,7 +50,7 @@
|
||||
secret : String,
|
||||
secretIsBase32Encoded : Number,
|
||||
service : String,
|
||||
totpPeriod : Number,
|
||||
totpPeriod : null,
|
||||
uri : String
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user