mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-20 13:05:49 +02:00
fix basic auth (#2505)
This commit is contained in:
@@ -31,6 +31,7 @@ export const basicLogin = async (
|
||||
["username", email],
|
||||
["password", password],
|
||||
]);
|
||||
|
||||
const response = await fetch("/api/auth/login", {
|
||||
method: "POST",
|
||||
credentials: "include",
|
||||
|
Reference in New Issue
Block a user