From 380f581bbe784877658de3c3108191639f4e0160 Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Tue, 11 Nov 2014 21:26:43 +0000 Subject: [PATCH] =?UTF-8?q?Last=20minute=20RC2=20fix=20f=C3=BCr=20Box=20cr?= =?UTF-8?q?edentials?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GreenshotBoxPlugin/BoxCredentials.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GreenshotBoxPlugin/BoxCredentials.cs b/GreenshotBoxPlugin/BoxCredentials.cs index b5252304a..df3e2edfc 100644 --- a/GreenshotBoxPlugin/BoxCredentials.cs +++ b/GreenshotBoxPlugin/BoxCredentials.cs @@ -26,7 +26,7 @@ namespace GreenshotBoxPlugin { /// You can set your own values here /// public static class BoxCredentials { - public static string ClientId = "1234"; + public static string ClientId = "@credentials_box_client_id@"; public static string ClientSecret = "@credentials_box_client_secret@"; } }