1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00
Files
browser/libs/tools/generator/extensions/navigation/src/default-generator-navigation.ts

9 lines
264 B
TypeScript

import { GeneratorNavigation } from "./generator-navigation";
/** The default options for password generation. */
export const DefaultGeneratorNavigation: Partial<GeneratorNavigation> = Object.freeze({
type: "password",
username: "word",
forwarder: "",
});