temporary patch for input lag on initial run
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-06-27 14:35:32 -04:00
parent 1fcb9ce01b
commit 863a377ba0
+3
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
}
}
},