mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 14:02:48 +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(
|
||||
successful: result.successful,
|
||||
content: result.body != null ? EncryptionValidationResult(
|
||||
isObject: false,
|
||||
isObject: true,
|
||||
encryptionValidation: EncryptionValidation.fromJson(jsonDecode(result.body!))
|
||||
) : null
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue