Skip to content

Fix non-functional lockscreen due to bad cherry-pick

Fabian Vogt requested to merge work/fvogt/kde456639 into Plasma/5.25

The cherry-pick of 923ce7e5 ("Fix password field in lock screen not clearing after failed login attempt") introduced two assignments to properties which don't exist in 5.25 yet. This causes execution of those blocks to abort early, resulting in a bad state, like hadPrompt never getting set to true.

BUG: 456639

Merge request reports