This commit is contained in:
Benjamin Takats
2023-01-20 19:57:12 +01:00
parent 6f589bae95
commit e9f4d6fd15
2 changed files with 9 additions and 7 deletions

View File

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

View File

@@ -61,7 +61,9 @@
<x-jet-input-error for="name" class="mt-2"/> <x-jet-input-error for="name" class="mt-2"/>
</div> </div>
<p class="text-xs">{{ __('Only one working address is required. But you can also fill in all fields if you have suitable data.') }}</p> <div class="col-span-6 sm:col-span-4">
<p class="text-xs">{{ __('Only one working address is required. But you can also fill in all fields if you have suitable data.') }}</p>
</div>
<!-- lightning_address --> <!-- lightning_address -->
<div class="col-span-6 sm:col-span-4"> <div class="col-span-6 sm:col-span-4">