From 6c6f9765c5982347b36a38bce366dddadc497fe3 Mon Sep 17 00:00:00 2001 From: wlodekm Date: Sun, 10 Nov 2024 19:33:13 +0200 Subject: add home --- v2/screen/login.ts | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'v2/screen/login.ts') diff --git a/v2/screen/login.ts b/v2/screen/login.ts index 525127b..bc39655 100644 --- a/v2/screen/login.ts +++ b/v2/screen/login.ts @@ -16,6 +16,10 @@ export default { id: 'username-input', data: [false] }, + { + type: ElemType.BR, + id: 'naoiuou' + }, { type: ElemType.TextElem, id: 'password-label', @@ -26,10 +30,15 @@ export default { id: 'password-input', data: [true] }, + { + type: ElemType.BR, + id: 'faij0ifsj' + }, { type: ElemType.ButtonElem, id: 'done-btn', data: ["Done", async function (this: Screen) { + client.setScreen(this) this.off() this.logs.push(`clicked button`) console.clear() -- cgit 1.4.1-2-gfad0