update titles
This commit is contained in:
@@ -11,7 +11,7 @@ func GeneratorHandler(w http.ResponseWriter, r *http.Request) {
|
||||
identity := middleware.GetIdentity(r)
|
||||
session := middleware.GetSession(r)
|
||||
|
||||
AppLayout("Passkey Generator", *identity, session,
|
||||
AppLayout("Generator", *identity, session,
|
||||
HxLoad("/app/generator-hx"),
|
||||
).Render(w)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user