Web: move baselogin template to common

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2023-12-30 14:13:25 +01:00
parent 259566fcce
commit 7318d1f32a
3 changed files with 7 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ const (
templateResetPassword = "reset-password.html"
templateCommonCSS = "sftpgo.css"
templateCommonBase = "base.html"
templateCommonBaseLogin = "baselogin.html"
)
var (