marinofaggiana пре 5 година
родитељ
комит
5243cd19c5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      iOSClient/AppDelegate.m

+ 1 - 1
iOSClient/AppDelegate.m

@@ -318,7 +318,7 @@ PKPushRegistry *pushRegistry;
 - (void)checkPassword
 {
     // test
-    if (self.activeAccount.length == 0 || self.maintenanceMode || self.pushKitToken.length == 0)
+    if (self.activeAccount.length == 0 || self.maintenanceMode)
         return;
     
     if ([CCUtility getPassword:self.activeAccount].length == 0) {