1
0
Fork 0

admin_manage_user.html: 不再需要,所以删除.

Alpha
Hui Lan 2023-03-25 21:45:37 +08:00
parent f17995a35c
commit c6010ccbbd
1 changed files with 0 additions and 8 deletions

View File

@ -93,12 +93,4 @@
}
</script>
<script>
// Give the user another 365 days
const date = new Date();
date.setDate(date.getDate() + 365);
document.getElementById("expiry_date").value = date.toISOString().split('T')[0];
</script>
</html>