From 0c59aef1dc45427f9c5bc7bc88dde0abdd9d0c2d Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 7 Sep 2020 14:20:02 +0300 Subject: [PATCH] Forgot password: fix the link to point to the faq entry. --- src/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/index.ts b/src/constants/index.ts index 6bb219c..19dbe61 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -8,4 +8,4 @@ export const faq = homePage + "faq/"; export const sourceCode = "https://github.com/etesync/etesync-web"; export const reportIssue = sourceCode + "/issues"; -export const forgotPassword = "https://www.etesync.com/accounts/password/reset/"; +export const forgotPassword = "https://www.etesync.com/faq/#forgot-password";