mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-01-22 21:41:07 -05:00
fix
This commit is contained in:
parent
d2a7fdbe4d
commit
8ac551a5e0
@ -10,7 +10,7 @@ _$LocalAccountImpl _$$LocalAccountImplFromJson(Map<String, dynamic> json) =>
|
|||||||
_$LocalAccountImpl(
|
_$LocalAccountImpl(
|
||||||
identityMaster: IdentityMaster.fromJson(json['identity_master']),
|
identityMaster: IdentityMaster.fromJson(json['identity_master']),
|
||||||
identitySecretBytes: const Uint8ListJsonConverter()
|
identitySecretBytes: const Uint8ListJsonConverter()
|
||||||
.fromJson(json['identity_secret_bytes'] as String),
|
.fromJson(json['identity_secret_bytes']),
|
||||||
encryptionKeyType:
|
encryptionKeyType:
|
||||||
EncryptionKeyType.fromJson(json['encryption_key_type']),
|
EncryptionKeyType.fromJson(json['encryption_key_type']),
|
||||||
biometricsEnabled: json['biometrics_enabled'] as bool,
|
biometricsEnabled: json['biometrics_enabled'] as bool,
|
||||||
|
Loading…
Reference in New Issue
Block a user