We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d52f24 commit 7da90f3Copy full SHA for 7da90f3
src/models/credentials.ts
@@ -1,8 +1,7 @@
1
export function getCredentials() {
2
return {
3
drive: {
4
- client_id:
5
- "", // Google client ID
+ client_id: "", // Google client ID
6
client_secret: "" // Google client secret
7
},
8
dropbox: {
0 commit comments