feat:verify email after onboarding flow
This commit is contained in:
@@ -25,6 +25,7 @@ new class extends Component {
|
|||||||
$this->validate();
|
$this->validate();
|
||||||
|
|
||||||
$this->user->password = Hash::make($this->password);
|
$this->user->password = Hash::make($this->password);
|
||||||
|
$this->user->email_verified_at = now();
|
||||||
$this->user->save();
|
$this->user->save();
|
||||||
|
|
||||||
Auth::login($this->user, true);
|
Auth::login($this->user, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user