removed email verification from blade temp until fixed

This commit is contained in:
omair saleh
2020-09-14 16:55:21 +08:00
parent 2377a9f9ee
commit 105bc4beba
@@ -137,6 +137,7 @@ class CreateUserLogic extends AbstractControllerLogic
return $this->authenticateUserLogic->execute($request);
} catch (\Exception $exception){
dd($exception);
throw new ErrorException($exception->getMessage(), $exception->getCode());
}
}