rollback reset password

This commit is contained in:
Jack Goh
2018-06-13 16:44:57 +08:00
parent d2ca59eb96
commit 993ac2817f
@@ -28,9 +28,7 @@ class ForgotPasswordController extends Controller
*/
protected function sendResetLinkEmail($response)
{
$link = "http://localhost:8000/?token=123";
return $link;
//return ['status' => trans($response)];
return ['status' => trans($response)];
}
/**