This commit is contained in:
Liang Ding 2022-12-09 12:01:43 +08:00
parent c7a23dfa00
commit dd617d6089
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -284,6 +284,8 @@ func serveCheckAuth(c *gin.Context) {
"l3": model.Conf.Language(175),
"l4": model.Conf.Language(176),
"l5": model.Conf.Language(177),
"appearanceMode": model.Conf.Appearance.Mode,
"appearanceModeOS": model.Conf.Appearance.ModeOS,
}
buf := &bytes.Buffer{}
if err = tpl.Execute(buf, model); nil != err {