Fixed a redirect for different user roles after password change.
[timetracker.git] / mobile / index.php
index de48595..a283665 100644 (file)
@@ -36,7 +36,7 @@ if ($auth->isAuthenticated()) {
   }
   else if ($user->isClient()) {
     header('Location: ../reports.php');
-    exit();    
+    exit();
   }
 }
 // Redirect to time.php or mobile/time.php for other roles.