sandm 3 жил өмнө
parent
commit
0d0c1ddcef

+ 1 - 0
app/Services/Auth/AuthService.php

@@ -152,6 +152,7 @@ class AuthService
         } elseif ($data['utype'] == 2) {
             $user = $this->memberRepository->resetPassword($data['type'], $data[$data['type']], $password);
         }
+        dd($user);
         $this->memberLogRepository->createLog($user, 2045, []);
         return $data['utype'];
     }