added mfa
This commit is contained in:
@@ -28,6 +28,8 @@ type storedCreds struct {
|
||||
Username string `json:"username"`
|
||||
Salt string `json:"salt"`
|
||||
Hash string `json:"hash"`
|
||||
MFASecret string `json:"mfa_secret,omitempty"`
|
||||
MFAEnabled bool `json:"mfa_enabled,omitempty"`
|
||||
CertFile string `json:"cert_file,omitempty"`
|
||||
KeyFile string `json:"key_file,omitempty"`
|
||||
Workspaces map[string]*WorkspaceLayout `json:"workspaces,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user