summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-03-28 10:23:31 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-03-28 10:23:31 -0700
commit45007cd15b4be941d3712f77dd57de234fb312dd (patch)
tree1d97297bb8f9f85541d366dfe6002275c91ecaa7
parent437aadf3e588fd7e95ee77a099a4643a9d693cf4 (diff)
downloadqtlocation-mapboxgl-upstream/jmkiley-12.2-repro.tar.gz
removed access token thingupstream/jmkiley-12.2-repro
-rw-r--r--platform/ios/app/MBXAppDelegate.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/app/MBXAppDelegate.m b/platform/ios/app/MBXAppDelegate.m
index d8a2b8fa92..9932356e6e 100644
--- a/platform/ios/app/MBXAppDelegate.m
+++ b/platform/ios/app/MBXAppDelegate.m
@@ -20,7 +20,7 @@ NSString * const MBXMapboxAccessTokenDefaultsKey = @"MBXMapboxAccessToken";
// the token.
accessToken = [[NSUserDefaults standardUserDefaults] objectForKey:MBXMapboxAccessTokenDefaultsKey];
}
- [MGLAccountManager setAccessToken:@""];
+ [MGLAccountManager setAccessToken:accessToken];
#ifndef MGL_DISABLE_LOGGING
[MGLLoggingConfiguration sharedConfiguration].loggingLevel = MGLLoggingLevelFault;
#endif