Simpl-Resultat/src-tauri/src
escouade-bot 2f610bf10a fix: make legacy PIN rehash non-blocking in verify_pin (#54)
Replace hash_pin(pin)? with hash_pin(pin).ok() so that a rehash
failure does not propagate as an error. The user can now switch
profiles even if the Argon2id re-hashing step fails — the PIN
is still correctly verified, and the legacy hash remains until
the next successful login.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 15:46:27 -04:00
..
commands fix: make legacy PIN rehash non-blocking in verify_pin (#54) 2026-04-09 15:46:27 -04:00
database Fix app stuck on spinner after v0.4.0 update (GH #9) 2026-02-26 21:54:42 -05:00
lib.rs feat: add license validation and entitlements (Rust) (#46) 2026-04-09 10:02:02 -04:00
main.rs Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00