mirror of
https://github.com/sstent/go-garminconnect.git
synced 2026-01-26 09:01:38 +00:00
first try at auth before swtiching
This commit is contained in:
@@ -19,7 +19,7 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
// Create authentication client
|
||||
// Create authentication client with headless mode enabled
|
||||
authClient := auth.NewAuthClient()
|
||||
|
||||
// Authenticate with credentials
|
||||
|
||||
Reference in New Issue
Block a user