diff --git a/password.c b/password.c index aa3d101..c4950b3 100644 --- a/password.c +++ b/password.c @@ -101,10 +101,6 @@ static void update_highlight(struct swaylock_state *state) { void swaylock_handle_key(struct swaylock_state *state, xkb_keysym_t keysym, uint32_t codepoint) { - // Ignore input events if validating - if (state->auth_state == AUTH_STATE_VALIDATING) { - return; - } switch (keysym) { case XKB_KEY_KP_Enter: /* fallthrough */