We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd2695 commit f814d75Copy full SHA for f814d75
cmd/dbc/auth.go
@@ -206,10 +206,8 @@ func (m loginModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
206
if auth.IsColumnarPrivateRegistry((*url.URL)(&msg.cred.RegistryURL)) {
207
return auth.FetchColumnarLicense(&msg.cred)
208
}
209
- return nil
+ return tea.Quit()
210
})
211
- case nil:
212
- return m, tea.Quit
213
214
215
base, cmd := m.baseModel.Update(msg)
0 commit comments