(&mut self)
| 204 | /// Authentication editor component |
| 205 | pub struct AuthEditor { |
| 206 | auth_type: AuthType, |
| 207 | auth_type_select: Entity<SelectState<Vec<AuthType>>>, |
| 208 | // Basic auth |
| 209 | username_input: Option<gpui::Entity<InputState>>, |
| 210 | password_input: Option<gpui::Entity<InputState>>, |
| 211 | // Bearer token |