add password generator

This commit is contained in:
2025-03-07 12:33:40 -05:00
parent 116be25489
commit 0d386e2d9f
27 changed files with 17895 additions and 42 deletions

View File

@@ -25,7 +25,7 @@ func VaultHandler(w http.ResponseWriter, r *http.Request) {
margin-bottom: $5;
}
`),
A(Href("/app/editor/add"), ButtonUI(Text("+ Add Item"))),
A(Href("/app/editor/add"), ButtonUI(Text("+ Add Credentials"))),
),
HxLoad("/app/vault-hx"),
).Render(w)