temporary patch for input lag on initial run

This commit is contained in:
Dax Raad 2025-06-27 14:35:32 -04:00 committed by Jay V
parent d076def561
commit 0676bcd4fd

View file

@ -102,6 +102,9 @@ export const TuiCommand = cmd({
UI.println(UI.logo(" "))
UI.empty()
await AuthLoginCommand.handler(args)
UI.empty()
UI.println("Provider configured - please run again")
return
}
}
},