MeisApps / pcbu-desktop

Desktop app for PC Bio Unlock
https://meis-apps.com/pc-bio-unlock
GNU General Public License v3.0
20 stars 3 forks source link

Bug: Incorrect password on Windows Login Screen when a password is pre-typed. #18

Closed th3030 closed 2 months ago

th3030 commented 2 months ago

To reproduce this issue, follow these steps:

Enter any text in the Windows password field.
Wait for the PC Bio Unlock app on your phone to prompt for unlocking.
Successfully unlock your PC using the phone prompt.

After unlocking, you'll notice that the login fails because the password entered is now invalid. This suggests that the app is appending the password over the existing password in the field, with the one from your phone, causing a conflict.

MeisApps commented 2 months ago

Fixed in https://github.com/MeisApps/pcbu-desktop/commit/e8c53cfc29561e586564f51106dbfee231ee662a

th3030 commented 2 months ago

Confirmed it works! Closing this issue!