Skip to content

lockscreen: Fix potential cause of input unresponsiveness

Devin Lin requested to merge work/devinlin/lockscreen into master

BUG: 484054 This is a potential fix for the input to stop working. There was unused code for passwordless login that could cause the "waitingForAuth" variable to never be set to false after user input.

Merge request reports