Convert templates to pongo2

This commit is contained in:
William Bouzourène 2024-12-22 15:17:05 +01:00
parent 7689f2f1d4
commit ee9f0d8777
22 changed files with 311 additions and 136 deletions

View file

@ -75,5 +75,5 @@ func TotpEnrollPage(c *fiber.Ctx) error {
"PageTitle": "Enregistrement multifacteur",
"QrCode": imgBase64,
"Secret": key.Secret(),
}, "layouts/main")
})
}