- Fix login to verify password before showing security key prompt
- Add proper 2FA verification flow when deleting security keys
Previously, users with security keys would see the security key prompt
even if they entered an incorrect password. Now the password is verified
first. Additionally, security key deletion now properly handles 2FA
verification when enabled.
- Renamed table for consistency with webauthnCredentials
- Created migration script 1.8.1.ts for table rename
- Updated schema definitions in SQLite and PostgreSQL
- Maintains WebAuthn standard naming convention
* New translation keys
* Updates in src/components
* Updates in src/providers
* remove lable in selector, not needed
---------
Co-authored-by: Lokowitz <marvinlokowitz@gmail.com>
* New translation keys in en-US locale
* New translation keys in de-DE locale
* New translation keys in fr-FR locale
* New translation keys in it-IT locale
* New translation keys in pl-PL locale
* New translation keys in pt-PT locale
* New translation keys in tr-TR locale
* Move into function
* Replace string matching to boolean check
* Add FIXIT in UsersTable
* Use localization for size units
* Missed and restored translation keys
* fixup! New translation keys in tr-TR locale
* Add translation keys in components