From 6de61c42374c67ffe3fc695a2d05e253b88066f7 Mon Sep 17 00:00:00 2001 From: Reshma Rajan K Date: Fri, 12 Nov 2021 15:15:14 +0400 Subject: [PATCH] fix: implents the profile page user password change #456 completed change password functonality --- config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.js b/config/config.js index f643b0c2..33c91e89 100644 --- a/config/config.js +++ b/config/config.js @@ -30,7 +30,7 @@ const forgotPasswordUrl = "api/auth/reset-password"; const resetPasswordUrl = "api/auth/reset-password-confirmation"; const changePasswordUrl = `${apiVerUrl}/update-password`; const publishedPostsUrl = "api/posts/published"; -// const publishedPostsCountUrl = "api/posts/published/count"; +// const publishedPostsCountUrl = "api/posts/published/count"; const logoutUrl = `${apiVerUrl}/logout`; const configVars = {