Change login from http basic auth to cookies
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
};
|
||||
this.error = null;
|
||||
fetch("/api/password", {
|
||||
credentials: 'include',
|
||||
method: "POST",
|
||||
body: JSON.stringify(this.passwordData),
|
||||
}).then((r) => {
|
||||
|
||||
Reference in New Issue
Block a user