From 406ff34f4df78f1b1222d8f96ae946e81c2c0861 Mon Sep 17 00:00:00 2001 From: Matheus Faustino Date: Sat, 9 Jun 2018 12:57:36 -0300 Subject: [PATCH] We don't need a dropbox receiver anymore, remove constante with the html file --- manage/import-export-dropbox.js | 1 - 1 file changed, 1 deletion(-) diff --git a/manage/import-export-dropbox.js b/manage/import-export-dropbox.js index c206d768..8b337d4b 100644 --- a/manage/import-export-dropbox.js +++ b/manage/import-export-dropbox.js @@ -1,6 +1,5 @@ 'use strict'; -const DROPBOX_RECEIVER_HTML = '/dropbox-oauth.html'; const DROPBOX_API_KEY = ''; const FILENAME = 'stylus.json'; const API_ERROR_STATUS_FILE_NOT_FOUND = 409;