Merge remote-tracking branch 'origin/master'

This commit is contained in:
Yukino Song
2024-10-26 21:04:50 +08:00
32 changed files with 679 additions and 96 deletions

View File

@@ -94,7 +94,7 @@
return;
};
this.error = null;
fetch("/api/password", {
fetch("./api/password", {
credentials: 'include',
method: "POST",
body: JSON.stringify(this.passwordData),