mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 22:12:53 +00:00
Fixed encryption error message
This commit is contained in:
parent
06d543553f
commit
946f779567
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ class ApiClientV2 {
|
||||||
return ApiResponse(
|
return ApiResponse(
|
||||||
successful: result.successful,
|
successful: result.successful,
|
||||||
content: result.body != null ? EncryptionValidationResult(
|
content: result.body != null ? EncryptionValidationResult(
|
||||||
isObject: false,
|
isObject: true,
|
||||||
encryptionValidation: EncryptionValidation.fromJson(jsonDecode(result.body!))
|
encryptionValidation: EncryptionValidation.fromJson(jsonDecode(result.body!))
|
||||||
) : null
|
) : null
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue