mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
remove debug
This commit is contained in:
parent
616e56e3f5
commit
5210a68cc6
@ -4,7 +4,6 @@ import { httpProxy } from "utils/proxy/http";
|
||||
import getServiceWidget from "utils/config/service-helpers";
|
||||
|
||||
async function login(widget, params) {
|
||||
console.log("Doing login");
|
||||
const loginUrl = new URL(`${widget.url}/api/v2/auth/login`).toString();
|
||||
const loginBody = `username=${encodeURI(widget.username)}&password=${encodeURI(widget.password)}`;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user