Skip to content

Commit

Permalink
fix: implents the profile page user password change #456
Browse files Browse the repository at this point in the history
completed change password functonality
  • Loading branch information
reshmarajank committed Nov 12, 2021
1 parent 5925aec commit 6de61c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 6de61c4

Please sign in to comment.