removed host logging, login fix

This commit is contained in:
mrfry 2023-04-02 09:55:31 +02:00
parent e9f5eba8c1
commit 885198d357
4 changed files with 6 additions and 17 deletions

View file

@ -122,7 +122,7 @@
button.innerText = '...'
button.classList.add('disabledButton')
button.disabled = true
const rawResponse = await fetch('<%= devel? 'http' : 'https' %>://api.frylabs.net/login', {
const rawResponse = await fetch('<%= devel ? 'http' : 'https' %>://frylabs.net/api/login', {
method: 'POST',
credentials: 'include',
headers: {