mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Add a 'remember me' checkbox when logging in to save a session for 30 days (#14964)
This commit is contained in:
parent
dae6158860
commit
aa35dd827b
4 changed files with 30 additions and 1 deletions
|
|
@ -452,6 +452,7 @@ func serveAuthPage(c *gin.Context) {
|
|||
"l7": template.HTML(model.Conf.Language(184)),
|
||||
"l8": model.Conf.Language(95),
|
||||
"l9": model.Conf.Language(83),
|
||||
"l10": model.Conf.Language(257),
|
||||
"appearanceMode": model.Conf.Appearance.Mode,
|
||||
"appearanceModeOS": model.Conf.Appearance.ModeOS,
|
||||
"workspace": util.WorkspaceName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue