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

add username generation to generator (#1566)

* add username generation to generator

* move bottom buttons into existing containers
This commit is contained in:
Kyle Spearrin
2022-03-29 15:02:48 -04:00
committed by GitHub
parent 42ececbcf5
commit 23b02a770a
7 changed files with 338 additions and 163 deletions

View File

@@ -240,7 +240,7 @@ const routes: Routes = [
{
path: "generator",
component: PasswordGeneratorComponent,
data: { titleId: "passwordGenerator" },
data: { titleId: "generator" },
},
{
path: "breach-report",