🎨 Add a 'remember me' checkbox when logging in to save a session for 30 days (#14964)

This commit is contained in:
Tomer Shvueli 2025-06-04 03:35:31 -04:00 committed by GitHub
parent dae6158860
commit aa35dd827b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 1 deletions

View file

@ -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,