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 75dbd1d commit d105925Copy full SHA for d105925
src/settings.ts
@@ -20,14 +20,14 @@ export const settingsSchema: SettingSchemaDesc[] = [
20
type: 'string',
21
title: 'TickTick Redirect URI',
22
description: 'TickTick Redirect URI',
23
- default: '',
+ default: 'https://mxschll.github.io/logseq-ticktick-plugin',
24
},
25
{
26
key: 'access_code',
27
28
title: 'TickTick Access Code',
29
description: 'TickTick Code',
30
- default: 'https://mxschll.github.io/logseq-ticktick-plugin',
+ default: '',
31
32
];
33
0 commit comments