Fix user model

This commit is contained in:
2025-11-05 01:45:28 -08:00
parent 0a531dce16
commit b20e2258b2
3 changed files with 5 additions and 8 deletions

View File

@@ -149,11 +149,11 @@ return [
// Features::emailVerification(),
Features::updateProfileInformation(),
Features::updatePasswords(),
Features::twoFactorAuthentication([
/*Features::twoFactorAuthentication([
'confirm' => true,
'confirmPassword' => true,
// 'window' => 0,
]),
]),*/
],
];