From 35b4b60fb7898417fed499fef73e385700ddd390 Mon Sep 17 00:00:00 2001 From: Mysh! Date: Sat, 18 Feb 2023 19:35:26 +0300 Subject: [PATCH] Replace the path for templates --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2af7aba..128f3d5 100644 --- a/main.go +++ b/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"