We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fe54d commit 5fe58c9Copy full SHA for 5fe58c9
src/Cms/Controllers/Member/Registration.php
@@ -126,8 +126,7 @@ public function processRegistration( Request $request ): never
126
$this->validateDtoOrFail( $dto );
127
128
// Register user using DTO
129
- $user = $this->_registrationService->registerWithDto( $dto );
130
-
+ $this->_registrationService->registerWithDto( $dto );
131
// Check if verification is required
132
$settings = Registry::getInstance()->get( 'Settings' );
133
$requireVerification = $settings->get( 'member', 'require_email_verification' ) ?? true;
0 commit comments