mirror of
https://github.com/hugmouse/maddy-password-reset.git
synced 2025-04-19 13:00: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"
|
cryptorand "crypto/rand"
|
||||||
"database/sql"
|
"database/sql"
|
||||||
"github.com/akyoto/cache"
|
"github.com/akyoto/cache"
|
||||||
|
"github.com/hugmouse/maddy-password-reset/templates"
|
||||||
"github.com/labstack/echo/v4"
|
"github.com/labstack/echo/v4"
|
||||||
"github.com/labstack/echo/v4/middleware"
|
"github.com/labstack/echo/v4/middleware"
|
||||||
"html/template"
|
"html/template"
|
||||||
|
@ -11,7 +12,6 @@ import (
|
||||||
"log"
|
"log"
|
||||||
"math/big"
|
"math/big"
|
||||||
_ "modernc.org/sqlite"
|
_ "modernc.org/sqlite"
|
||||||
"naebet-password-reset/templates"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/smtp"
|
"net/smtp"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
|
|
Loading…
Add table
Reference in a new issue