🐛 The authentication page after startup Alt+M fails https://github.com/siyuan-note/siyuan/issues/9575

This commit is contained in:
Daniel 2023-11-09 09:55:53 +08:00
parent 1556d6d6a9
commit 5eaff769ca
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017

View File

@ -349,7 +349,7 @@ func serveCheckAuth(c *gin.Context) {
"appearanceModeOS": model.Conf.Appearance.ModeOS,
"workspace": filepath.Base(util.WorkspaceDir),
"workspacePath": util.WorkspaceDir,
"keymapHideWindow": keymapHideWindow,
"keymapGeneralToggleWin": keymapHideWindow,
}
buf := &bytes.Buffer{}
if err = tpl.Execute(buf, model); nil != err {