Remove wrong dropbox api key
This commit is contained in:
parent
720791232d
commit
f926e16636
|
@ -1,7 +1,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const DROPBOX_RECEIVER_HTML = '/dropbox-oauth.html';
|
const DROPBOX_RECEIVER_HTML = '/dropbox-oauth.html';
|
||||||
const DROPBOX_API_KEY = 'uyfixgzre8v1bkg';
|
const DROPBOX_API_KEY = '';
|
||||||
const FILENAME = 'stylus.json';
|
const FILENAME = 'stylus.json';
|
||||||
const API_ERROR_STATUS_FILE_NOT_FOUND = 409;
|
const API_ERROR_STATUS_FILE_NOT_FOUND = 409;
|
||||||
const HTTP_STATUS_CANCEL = 499;
|
const HTTP_STATUS_CANCEL = 499;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user