diff options
author | Christoph (Sheogorath) Kern | 2018-05-16 01:59:35 +0200 |
---|---|---|
committer | GitHub | 2018-05-16 01:59:35 +0200 |
commit | 42b0965550cf66fe6244246ff0bbfbd88f93a53e (patch) | |
tree | 17b380f2a2a137c10b3248f79415de7d794579a5 /public/js/lib/config | |
parent | b8e7c4b97a2a8369c9f1989352dec65867d838ac (diff) | |
parent | ad69c5017b28f333bb5ed9a3ee20d95c92d7c046 (diff) |
Merge pull request #825 from SISheogorath/remove/GoogleDrive
Removing google drive integration
Diffstat (limited to 'public/js/lib/config')
-rw-r--r-- | public/js/lib/config/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/js/lib/config/index.js b/public/js/lib/config/index.js index 11e4389f..4758ffe7 100644 --- a/public/js/lib/config/index.js +++ b/public/js/lib/config/index.js @@ -1,5 +1,3 @@ -export const GOOGLE_API_KEY = window.GOOGLE_API_KEY || '' -export const GOOGLE_CLIENT_ID = window.GOOGLE_CLIENT_ID || '' export const DROPBOX_APP_KEY = window.DROPBOX_APP_KEY || '' export const domain = window.domain || '' // domain name |