diff --git a/internal/handlers/templates.go b/internal/handlers/templates.go index acde3e3..a292ae7 100644 --- a/internal/handlers/templates.go +++ b/internal/handlers/templates.go @@ -49,24 +49,30 @@ func loadTemplates() { log.Printf("Loaded %d templates", len(templates)) } -// otpFormHTML is the inline OTP form template fragment. +// otpFormHTML is the inline OTP form template fragment with auto-advance. const otpFormHTML = `
`