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