also remove that lol

This commit is contained in:
Maximilian Seidler 2025-10-11 12:37:35 +02:00
parent fb1a30d780
commit af3d7ffbbb

View file

@ -618,7 +618,7 @@ void CHyprlock::handleKeySym(xkb_keysym_t sym, bool composed) {
m_sPasswordState.passBuffer = "";
} else if (SYM == XKB_KEY_Return || SYM == XKB_KEY_KP_Enter) {
Debug::log(LOG, "Authenticating {}", m_sPasswordState.passBuffer);
Debug::log(LOG, "Authenticating");
static const auto IGNOREEMPTY = g_pConfigManager->getValue<Hyprlang::INT>("general:ignore_empty_input");