Move strava token to keys file (#132)

This commit is contained in:
Norbert Renner 2018-09-28 12:18:52 +02:00
parent eaf0c672b5
commit 5751792b49
3 changed files with 6 additions and 6 deletions

View file

@ -128,7 +128,4 @@
];
}
// Strava API token in case you want to display Strava segments
BR.conf.stravaToken = null;
})();