mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-04 12:14:16 -04:00
fix
This commit is contained in:
parent
d2a7fdbe4d
commit
8ac551a5e0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue