Remove strict typing for text fields that receive number

This commit is contained in:
Bubka 2020-11-16 14:42:35 +01:00
parent 50f956957c
commit 018a13c25d

View File

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