This commit is contained in:
Ahmed Ibrahim
2025-08-19 15:14:31 -07:00
parent a3a2b1c88c
commit 29131b0d88

View File

@@ -442,7 +442,6 @@ impl AuthModeWidget {
}
}
/// TODO: Read/write from the correct hierarchy config overrides + auth json + OPENAI_API_KEY.
fn verify_api_key(&mut self) {
match &self.login_status {
LoginStatus::Auth(auth) if auth.mode == AuthMode::ApiKey => {