From f998b78606e8b68607d81951d596f3a997f708fd Mon Sep 17 00:00:00 2001 From: dedotombo <42537874+dedotombo@users.noreply.github.com> Date: Wed, 15 Dec 2021 00:31:49 +0100 Subject: Fix Remember The Milk forgetting login (#2324) The direct login page of Remember The Milk always prompts for password on reload, switched to the homepage as a viable solution. --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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'; const TODO_MSTODO_URL = 'https://todo.microsoft.com/?app#'; const TODO_HABITICA_URL = 'https://habitica.com/login'; const TODO_NOZBE_URL = 'https://app.nozbe.com/#login'; -const TODO_RTM_URL = 'https://www.rememberthemilk.com/login/'; +const TODO_RTM_URL = 'https://www.rememberthemilk.com/'; const TODO_ANYDO_URL = 'https://desktop.any.do/'; const TODO_GOOGLETASKS_URL = 'https://tasks.google.com/embed/?origin=https%3A%2F%2Fcalendar.google.com&fullWidth=1'; -- cgit v1.2.3-70-g09d2