aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index f8659970c..9600cc088 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -86,7 +86,7 @@ const TODO_TICKTICK_URL = 'https://ticktick.com/signin';
86const TODO_MSTODO_URL = 'https://todo.microsoft.com/?app#'; 86const TODO_MSTODO_URL = 'https://todo.microsoft.com/?app#';
87const TODO_HABITICA_URL = 'https://habitica.com/login'; 87const TODO_HABITICA_URL = 'https://habitica.com/login';
88const TODO_NOZBE_URL = 'https://app.nozbe.com/#login'; 88const TODO_NOZBE_URL = 'https://app.nozbe.com/#login';
89const TODO_RTM_URL = 'https://www.rememberthemilk.com/login/'; 89const TODO_RTM_URL = 'https://www.rememberthemilk.com/';
90const TODO_ANYDO_URL = 'https://desktop.any.do/'; 90const TODO_ANYDO_URL = 'https://desktop.any.do/';
91const TODO_GOOGLETASKS_URL = 91const TODO_GOOGLETASKS_URL =
92 'https://tasks.google.com/embed/?origin=https%3A%2F%2Fcalendar.google.com&fullWidth=1'; 92 'https://tasks.google.com/embed/?origin=https%3A%2F%2Fcalendar.google.com&fullWidth=1';