fingerprint: update widgets after changing prompt (#730)

This commit is contained in:
Brayden Zee 2025-04-08 00:49:41 -04:00 committed by GitHub
parent 854235e1c8
commit 6daab0517c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,6 +195,8 @@ void CFingerprint::handleVerifyStatus(const std::string& result, bool done) {
if (!authenticated && !retry)
g_pAuth->enqueueFail(m_sFailureReason, AUTH_IMPL_FINGERPRINT);
else if (retry)
g_pHyprlock->enqueueForceUpdateTimers();
if (done || m_sDBUSState.abort)
m_sDBUSState.done = true;