Fix bugs and make the readme better

This commit is contained in:
2026-01-29 16:40:33 -06:00
parent 8007eeb043
commit 02b10131f9
4 changed files with 41 additions and 20 deletions

View File

@@ -151,7 +151,7 @@ class TYTDApp {
case 3:
{
const createUser = ctx.QueryParams.GetFirstBoolean("user");
const createUser = (ctx.QueryParams.TryGetFirst("user") ?? "no")=="yes";
var seconds = this.OOBE_STATE.pollSeconds;
seconds += this.OOBE_STATE.pollMinutes * 60;