WIP: new WebClient UI

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2023-11-04 10:54:52 +01:00
parent 2fdcb44c14
commit 9322701615
79 changed files with 7688 additions and 15710 deletions

View File

@@ -36,6 +36,7 @@ const (
templateForgotPassword = "forgot-password.html"
templateResetPassword = "reset-password.html"
templateCommonCSS = "sftpgo.css"
templateCommonBase = "base.html"
)
type loginPage struct {
@@ -67,6 +68,7 @@ type forgotPwdPage struct {
Error string
CSRFToken string
StaticURL string
LoginURL string
Title string
Branding UIBranding
}
@@ -76,6 +78,7 @@ type resetPwdPage struct {
Error string
CSRFToken string
StaticURL string
LoginURL string
Title string
Branding UIBranding
}