marinofaggiana 5 gadi atpakaļ
vecāks
revīzija
5243cd19c5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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) {