mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
* Move/replace submit and userVerification logic from web into the BaseExportComponent Add "@bitwarden/auth" as dependency to the vault-export-ui package New submit logic also checks for password-encrypted exports which will be need for future UI updates on browser and desktop * Create export-browser component using shared recipe - Create new export component that uses the shared export.component from @bitwarden/vault-export-ui * Update imports within AppModule * Switch to route to the new component * Add missing entries to messages.json * Delete old export.component * Remove duplicate verifyUser-method * Change placeholder example * Add documentation to protected members of ExportBrowserComponent --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>