mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
removed email verification from blade temp until fixed
This commit is contained in:
@@ -52,7 +52,6 @@ abstract class AbstractControllerLogic
|
||||
return $this->logic($request);
|
||||
|
||||
} catch (ErrorException $exception){
|
||||
dd($exception);
|
||||
return (new ApiResponseObject($this->getNotificationTitle().' failed', $exception->getMessage(), $exception->getCode()))->handler();
|
||||
|
||||
}
|
||||
|
||||
@@ -115,9 +115,9 @@ class CreateUserLogic extends AbstractControllerLogic
|
||||
/** @var User $user */
|
||||
$user = $this->createsUser->execute($registrationObject);
|
||||
|
||||
$attempt = $this->generatesEmailVerificationAttempt->execute($user);
|
||||
// $attempt = $this->generatesEmailVerificationAttempt->execute($user);
|
||||
|
||||
$this->sendUserVerificationEmail::dispatch($user, $attempt);
|
||||
// $this->sendUserVerificationEmail::dispatch($user, $attempt);
|
||||
|
||||
$request->request->set('name', $request->input('company_name'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user