If we get a 401 error from the ZeroTier service in the macOS UI, try re-copying the auth token

This commit is contained in:
Grant Limberg 2017-03-22 09:58:13 -07:00
commit d72eee6cf7
2 changed files with 40 additions and 1 deletions

View file

@ -26,6 +26,7 @@
NSString *baseURL;
NSURLSession *session;
BOOL _isQuitting;
BOOL _resetKey;
}
+ (ServiceCom*)sharedInstance;