🏗️」 wip: tmp commit, will be overriden later, can be ignored

This commit is contained in:
yosyo
2025-09-27 15:50:09 +02:00
parent a93d295789
commit cb8823fcf3
5 changed files with 56 additions and 5 deletions

View File

@ -37,11 +37,7 @@ export default class extends Aview {
credentials: "include",
body: JSON.stringify({ user: username, password: password }),
});
const data = await response.json();
/*const data = { "error": "invalid password or smth" };
const response = { status: 400};*/
if (response.status === 200)
{