Remove debug print statement
This commit is contained in:
parent
33590c7110
commit
9d4fd98ada
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue