Skip to content
Snippets Groups Projects
Commit 72a52542 authored by pjookim's avatar pjookim
Browse files

Merge remote-tracking branch 'refs/remotes/origin/main'

parents f97bd83a 12fa6788
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ const MyPage = () => {
try {
const response = await axios.post(
`${API_URL}/conf_password/change`,
`${API_URL}/userManagement/changePassword`,
{
email: user.email,
oldPassword: passwordData.oldPassword,
......@@ -71,7 +71,7 @@ const MyPage = () => {
}
const response = await axios.post(
`${API_URL}/conf_name/change`,
`${API_URL}/userManagement/change`,
{
email: user.email,
newName: newName.trim()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment