Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jul 6, 2024
1 parent 9e28835 commit a8303c4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/Providers/NovaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,21 @@ public function registerFieldMacros()
});
}

/**
* Register the Fortify configurations.
*
* @return void
*/
protected function fortify()
{
Nova::fortify()
->features([
Features::updatePasswords(),
Features::emailVerification(),
Features::twoFactorAuthentication(['confirm' => true, 'confirmPassword' => true]),
]);
}

/**
* Register the Nova routes.
*
Expand Down

0 comments on commit a8303c4

Please sign in to comment.