remove debug
This commit is contained in:
parent
616e56e3f5
commit
5210a68cc6
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue