feat: client auth — login/password flow, auto device reg, sync interval + improved sync UI
This commit is contained in:
@@ -27,6 +27,7 @@ type SyncConfig struct {
|
||||
APIKey string `yaml:"api_key"`
|
||||
DeviceID string `yaml:"device_id"`
|
||||
AutoSync bool `yaml:"auto_sync"`
|
||||
SyncInterval int `yaml:"sync_interval"`
|
||||
}
|
||||
|
||||
type BrowserConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user