Move authentication to postgres
This commit is contained in:
@@ -22,7 +22,7 @@ export function Login() {
|
||||
setIsLoading(true);
|
||||
|
||||
try {
|
||||
const url = isDev ? "/auth-inv/login" : `${config.authUrl}/login`;
|
||||
const url = `${config.authUrl}/login`;
|
||||
console.log("Making login request:", {
|
||||
url,
|
||||
method: "POST",
|
||||
|
||||
Reference in New Issue
Block a user