mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
[PM-9008] factor generator-extensions into separate libraries (#9724)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { GeneratorNavigation } from "./generator-navigation";
|
||||
|
||||
/** The default options for password generation. */
|
||||
export const DefaultGeneratorNavigation: Partial<GeneratorNavigation> = Object.freeze({
|
||||
type: "password",
|
||||
username: "word",
|
||||
forwarder: "",
|
||||
});
|
||||
Reference in New Issue
Block a user