Remove debug print statement

This commit is contained in:
William Bouzourène 2024-12-21 21:55:39 +01:00
parent 33590c7110
commit 9d4fd98ada

View file

@ -64,7 +64,6 @@ func TotpEnrollPage(c *fiber.Ctx) error {
"data:image/png;base64,%s",
base64.StdEncoding.EncodeToString(buf.Bytes()),
)
fmt.Println(imgBase64)
sess.Set("totp-enroll-secret", key.Secret())
err = sess.Save()