marinofaggiana 5 жил өмнө
parent
commit
5243cd19c5

+ 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) {