feat: use github token if present in env

This commit is contained in:
2026-02-10 22:26:41 +00:00
parent 315c0ad8e4
commit 3cf6280c43
2 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ func (m Model) View() string {
}
if len(m.preds) == 0 {
return AppStyle.Render(SubtleStyle.Render("No valid tzs found. Are you sure it's correct?"))
return AppStyle.Render(SubtleStyle.Render("No valid tzs found. Are you sure tz is correct/user is active?"))
}
var header string