fix session with split screens
This commit is contained in:
+6
-5
@@ -24,11 +24,12 @@ const (
|
||||
// custom TLS cert paths. The password is salted + iterated-SHA256 hashed
|
||||
// (never stored plaintext); the whole struct is AES-256-GCM encrypted on disk.
|
||||
type storedCreds struct {
|
||||
Username string `json:"username"`
|
||||
Salt string `json:"salt"`
|
||||
Hash string `json:"hash"`
|
||||
CertFile string `json:"cert_file,omitempty"`
|
||||
KeyFile string `json:"key_file,omitempty"`
|
||||
Username string `json:"username"`
|
||||
Salt string `json:"salt"`
|
||||
Hash string `json:"hash"`
|
||||
CertFile string `json:"cert_file,omitempty"`
|
||||
KeyFile string `json:"key_file,omitempty"`
|
||||
Workspaces map[string]*WorkspaceLayout `json:"workspaces,omitempty"`
|
||||
}
|
||||
|
||||
type client struct {
|
||||
|
||||
Reference in New Issue
Block a user