From 0b97aff866686b43ea8b95aeb0f29ac3abe46840 Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Tue, 26 Jul 2016 12:31:11 +0600 Subject: CLOUD: Minor TODO fix --- backends/cloud/googledrive/googledrivestorage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/cloud/googledrive') diff --git a/backends/cloud/googledrive/googledrivestorage.cpp b/backends/cloud/googledrive/googledrivestorage.cpp index d876883185..789dfaf53a 100644 --- a/backends/cloud/googledrive/googledrivestorage.cpp +++ b/backends/cloud/googledrive/googledrivestorage.cpp @@ -47,7 +47,7 @@ namespace GoogleDrive { #define GOOGLEDRIVE_API_ABOUT "https://www.googleapis.com/drive/v3/about?fields=storageQuota,user" char *GoogleDriveStorage::KEY = nullptr; //can't use CloudConfig there yet, loading it on instance creation/auth -char *GoogleDriveStorage::SECRET = nullptr; //TODO: hide these secrets somehow +char *GoogleDriveStorage::SECRET = nullptr; void GoogleDriveStorage::loadKeyAndSecret() { #ifdef ENABLE_RELEASE -- cgit v1.2.3