mirror of
https://github.com/openziti/zrok.git
synced 2025-08-15 18:42:32 +02:00
initial pass for forgot password
This commit is contained in:
@ -2,12 +2,13 @@ package controller
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"html/template"
|
||||
|
||||
"github.com/openziti/zrok/build"
|
||||
"github.com/openziti/zrok/controller/emailUi"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/wneessen/go-mail"
|
||||
"html/template"
|
||||
)
|
||||
|
||||
type verificationEmail struct {
|
||||
|
Reference in New Issue
Block a user