mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
de
This commit is contained in:
@@ -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,
|
||||||
]),
|
// ]),
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -61,7 +61,9 @@
|
|||||||
<x-jet-input-error for="name" class="mt-2"/>
|
<x-jet-input-error for="name" class="mt-2"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<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>
|
<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">
|
||||||
|
|||||||
Reference in New Issue
Block a user