mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
* PM-8358 - UserVerificatonFormInput - fix incorrect init logic. We needed to execute the processSecretChanges logic to convert null into { type: 0, secret: null } (VerificationWithSecret) for all non-biometric verification flows. .
* PM-8358 - UserVerificationService - verifyUser(...) - throw error if called with null. It should only happen if a dev makes a mistake in theory.
Auth
This lib represents the public API of the Auth team at Bitwarden. Modules are imported using @bitwarden/auth.