mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2026-01-01 06:06:41 +01:00
「🏗️」 wip: tmp commit, will be overriden later, can be ignored
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user