mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🐛 The authentication page after startup Alt+M fails https://github.com/siyuan-note/siyuan/issues/9575
This commit is contained in:
parent
fcdc2f8718
commit
1e7a45c66d
4 changed files with 4 additions and 1 deletions
|
|
@ -350,6 +350,7 @@ func serveCheckAuth(c *gin.Context) {
|
|||
"workspace": filepath.Base(util.WorkspaceDir),
|
||||
"workspacePath": util.WorkspaceDir,
|
||||
"keymapGeneralToggleWin": keymapHideWindow,
|
||||
"trayMenuLangs": util.TrayMenuLangs[util.Lang],
|
||||
}
|
||||
buf := &bytes.Buffer{}
|
||||
if err = tpl.Execute(buf, model); nil != err {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue