Skip to content

Commit

Permalink
deleted redundant alert
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhachevaPolina committed Dec 11, 2024
1 parent bfa4136 commit f0f3ff1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/edit_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ <h3 class="text-center mb-4">Редактирование профиля</h3>
alert(body["details"]);
return;
}
alert("Профиль успешно обновлен");
window.location.href = `profile.html?id=${id}`;
}));
}
Expand Down

0 comments on commit f0f3ff1

Please sign in to comment.