From 9ef30994956682d49a501b53732cfeec802056fd Mon Sep 17 00:00:00 2001 From: wrongecho Date: Sun, 25 Aug 2024 12:32:21 +0100 Subject: [PATCH] WIP: Allow decrypting logins/credentials via the API --- api/v1/credentials/read.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/credentials/read.php b/api/v1/credentials/read.php index 86903e95..b9d757b5 100644 --- a/api/v1/credentials/read.php +++ b/api/v1/credentials/read.php @@ -57,4 +57,4 @@ else { echo json_encode($return_arr); exit(); -} \ No newline at end of file +}