aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar dedotombo <42537874+dedotombo@users.noreply.github.com>2021-12-15 00:31:49 +0100
committerLibravatar GitHub <noreply@github.com>2021-12-15 05:01:49 +0530
commitf998b78606e8b68607d81951d596f3a997f708fd (patch)
tree65437900a9dc3efa74889cec2b95d4ba1b1a00a8 /src
parentNew Crowdin updates (#2326) [skip ci] (diff)
downloadferdium-app-f998b78606e8b68607d81951d596f3a997f708fd.tar.gz
ferdium-app-f998b78606e8b68607d81951d596f3a997f708fd.tar.zst
ferdium-app-f998b78606e8b68607d81951d596f3a997f708fd.zip
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.
Diffstat (limited to 'src')
-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';