From e9f4d6fd15204ac794c12bf34eeb1216c674dc7e Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Fri, 20 Jan 2023 19:57:12 +0100 Subject: [PATCH] de --- config/fortify.php | 12 ++++++------ .../update-profile-information-form.blade.php | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/config/fortify.php b/config/fortify.php index 33fa5d29..8f8acf72 100644 --- a/config/fortify.php +++ b/config/fortify.php @@ -136,12 +136,12 @@ return [ Features::resetPasswords(), Features::emailVerification(), Features::updateProfileInformation(), - Features::updatePasswords(), - Features::twoFactorAuthentication([ - 'confirm' => true, - 'confirmPassword' => true, - // 'window' => 0, - ]), + //Features::updatePasswords(), +// Features::twoFactorAuthentication([ +// 'confirm' => true, +// 'confirmPassword' => true, +// // 'window' => 0, +// ]), ], ]; diff --git a/resources/views/profile/update-profile-information-form.blade.php b/resources/views/profile/update-profile-information-form.blade.php index 57d897bf..1deeff4c 100644 --- a/resources/views/profile/update-profile-information-form.blade.php +++ b/resources/views/profile/update-profile-information-form.blade.php @@ -61,7 +61,9 @@ -

{{ __('Only one working address is required. But you can also fill in all fields if you have suitable data.') }}

+
+

{{ __('Only one working address is required. But you can also fill in all fields if you have suitable data.') }}

+