mirror of
https://github.com/hugmouse/maddy-password-reset.git
synced 2025-04-18 04:30:26 +00:00
Replace the path for templates
This commit is contained in:
parent
3d8a3ac7d6
commit
35b4b60fb7
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -4,6 +4,7 @@ import (
|
|||
cryptorand "crypto/rand"
|
||||
"database/sql"
|
||||
"github.com/akyoto/cache"
|
||||
"github.com/hugmouse/maddy-password-reset/templates"
|
||||
"github.com/labstack/echo/v4"
|
||||
"github.com/labstack/echo/v4/middleware"
|
||||
"html/template"
|
||||
|
@ -11,7 +12,6 @@ import (
|
|||
"log"
|
||||
"math/big"
|
||||
_ "modernc.org/sqlite"
|
||||
"naebet-password-reset/templates"
|
||||
"net/http"
|
||||
"net/smtp"
|
||||
"os/exec"
|
||||
|
|
Loading…
Add table
Reference in a new issue