chore(ui): add TODO for model API and auth validation

Ayman Bagabas created

Change summary

internal/ui/model/ui.go | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

internal/ui/model/ui.go 🔗

@@ -579,6 +579,8 @@ func (m *UI) handleKeyPressMsg(msg tea.KeyPressMsg) tea.Cmd {
 				break
 			}
 
+			// TODO: Validate model API and authentication here?
+
 			cfg := m.com.Config()
 			if cfg == nil {
 				cmds = append(cmds, uiutil.ReportError(errors.New("configuration not found")))