This commit is contained in:
Liang Ding 2022-12-08 23:24:02 +08:00
parent f5943cac15
commit e257329c3e
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
7 changed files with 19 additions and 7 deletions

View file

@ -282,6 +282,8 @@ func serveCheckAuth(c *gin.Context) {
"l1": model.Conf.Language(174),
"l2": template.HTML(model.Conf.Language(172)),
"l3": model.Conf.Language(175),
"l4": model.Conf.Language(176),
"l5": model.Conf.Language(177),
}
buf := &bytes.Buffer{}
if err = tpl.Execute(buf, model); nil != err {