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-29 12:22:46 -0700
commit1e9dabfc0fb64cc0292a31a8b02bca4c8accc9cd (patch)
treec39b8f56c48049c277f1c2fc7a3908f73a72bc9a
parent2b38a194f630d7ac4310f137630bb1b3b1b9fcb9 (diff)
downloadqtlocation-mapboxgl-1e9dabfc0fb64cc0292a31a8b02bca4c8accc9cd.tar.gz
removed access token thing
-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