make remixicon local
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user