From 30a7024f0b85efba5cd581dc80359a7317edcbfd Mon Sep 17 00:00:00 2001 From: Promise Fru Date: Thu, 14 Nov 2024 12:46:21 +0100 Subject: [PATCH] Fix: Remove temporary patch for auth code handling. --- bridge_grpc_service.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bridge_grpc_service.py b/bridge_grpc_service.py index 9f15fa5..a9ca4a0 100644 --- a/bridge_grpc_service.py +++ b/bridge_grpc_service.py @@ -244,12 +244,8 @@ def decrypt_message(phone_number, encrypted_content): ownership_proof_response=decoded_result["auth_code"] ) - # This is a patch - # TODO: Remove this comment and formalize this method, we need to release app - """ if create_error: return create_error - """ if "content_ciphertext" not in decoded_result: return response(