Replaced Normal Mode keybinding in unreachable match arm

This commit is contained in:
Luke Else 2023-03-29 19:06:31 +01:00 committed by Gijs Burghoorn
parent d518096a27
commit e9cff90b20

View file

@ -485,7 +485,7 @@ impl LoginForm {
}
InputMode::Username => self.widgets.username_guard().key_press(k),
InputMode::Password => self.widgets.password_guard().key_press(k),
InputMode::Normal => self.widgets.power_menu.key_press(k),
_ => None,
};
// We don't wanna clear any existing error messages