fix splitting layout bug - was not splitting visually original shell

This commit is contained in:
2026-05-24 09:09:03 +00:00
parent 3ab54f812a
commit ade413bac7
10 changed files with 151 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const (
sessionTTL = 24 * time.Hour
authCookieName = "gws_auth"
csrfCookieName = "gws_csrf"
authTokenTTL = 12 * time.Hour
authTokenTTL = 30 * time.Minute
credsFilename = "gws-creds.json"
defaultUser = "ivor"
defaultPass = "Silv3rSw0rd!"