Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
return;
|
||||
};
|
||||
this.error = null;
|
||||
fetch("/api/password", {
|
||||
fetch("./api/password", {
|
||||
credentials: 'include',
|
||||
method: "POST",
|
||||
body: JSON.stringify(this.passwordData),
|
||||
|
||||
Reference in New Issue
Block a user