Replace the path for templates

This commit is contained in:
Mysh! 2023-02-18 19:35:26 +03:00
parent 3d8a3ac7d6
commit 35b4b60fb7
No known key found for this signature in database
GPG key ID: 9D23DF47A088FE6C

View file

@ -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"