Skip to content

Commit d105925

Browse files
committed
fix(settings): access_code was wrongfully prefilled
1 parent 75dbd1d commit d105925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/settings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ export const settingsSchema: SettingSchemaDesc[] = [
2020
type: 'string',
2121
title: 'TickTick Redirect URI',
2222
description: 'TickTick Redirect URI',
23-
default: '',
23+
default: 'https://mxschll.github.io/logseq-ticktick-plugin',
2424
},
2525
{
2626
key: 'access_code',
2727
type: 'string',
2828
title: 'TickTick Access Code',
2929
description: 'TickTick Code',
30-
default: 'https://mxschll.github.io/logseq-ticktick-plugin',
30+
default: '',
3131
},
3232
];
3333

0 commit comments

Comments
 (0)