mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 06:11:24 +08:00
🐛 The authentication page after startup Alt+M fails https://github.com/siyuan-note/siyuan/issues/9575
This commit is contained in:
parent
1556d6d6a9
commit
5eaff769ca
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user