make remixicon local

This commit is contained in:
2024-02-04 10:16:51 +01:00
parent 7828553752
commit d53d0b1f54
11 changed files with 16522 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<script>
function changePassword() {
const oldPassword = document.getElementById("changeoldPassword").value;
const oldPassword = document.getElementById("changeOldPassword").value;
const newPassword = document.getElementById("changeNewPassword").value;
const data = new URLSearchParams();