Commit Graph

10 Commits

Author SHA1 Message Date
Owen f9b03943c3 Format all files 2025-12-09 10:56:14 -05:00
Marvin dcf7393259 update resolver 2025-09-22 20:06:55 +00:00
miloschwartz b34c3db956 fix redirect bug for some accounts when disable create org is enabled 2025-07-18 12:59:57 -07:00
miloschwartz 2e510778be fix header 2025-07-14 22:37:08 -07:00
miloschwartz 3505342a8d style consistency changes to add security key form 2025-07-14 15:43:33 -07:00
Adrian Astles f0a1c10ec5 fix(auth): improve security key login flow.
- 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.
2025-07-07 17:48:23 +08:00
Adrian Astles a093c54b16 simplified security key management interface. 2025-07-06 20:41:26 +08:00
Adrian Astles 5009906385 renamed passkey to security key to stay aligned with the UI and other backend naming. 2025-07-05 21:51:31 +08:00
Adrian Astles 6ccc05b183 Update security key error handling and user feedback. Improve user guidance for security key interactions and Implement proper error handling for permission denials and timing issues. 2025-07-05 18:56:32 +08:00
Adrian Astles 5130071a60 improved security key management interface, also updated locales 2025-07-05 18:27:04 +08:00