1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-5973] add catchall generation strategy (#7898)

This commit is contained in:
✨ Audrey ✨
2024-02-12 10:27:47 -05:00
committed by GitHub
parent b37ba71712
commit eafe3dec67
6 changed files with 170 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
export { EffUsernameGeneratorStrategy } from "./eff-username-generator-strategy";
export { CatchallGeneratorStrategy } from "./catchall-generator-strategy";
export { SubaddressGeneratorStrategy } from "./subaddress-generator-strategy";
export { UsernameGeneratorOptions } from "./username-generation-options";
export { UsernameGenerationServiceAbstraction } from "./username-generation.service.abstraction";