Explorar o código

增加密码过期机制

sandm %!s(int64=3) %!d(string=hai) anos
pai
achega
0074588da1
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/Services/Auth/AuthService.php

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

@@ -152,7 +152,6 @@ 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'];
     }