mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Last minute RC2 fix für Box credentials
This commit is contained in:
parent
34a6669e4c
commit
380f581bbe
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace GreenshotBoxPlugin {
|
|||
/// You can set your own values here
|
||||
/// </summary>
|
||||
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@";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue