Skip to content

Commit 5ecb87a

Browse files
authored
Merge pull request #282 from vinisalazar/master
Set credentials to empty strings
2 parents 03d856a + 055eefe commit 5ecb87a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

garmindb/GarminConnectConfig.json.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"domain" : "garmin.com"
77
},
88
"credentials": {
9-
"user" : "[email protected]",
9+
"user" : "",
1010
"secure_password" : false,
11-
"password" : "yourpassword",
11+
"password" : "",
1212
"password_file" : null
1313
},
1414
"data": {

0 commit comments

Comments
 (0)