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.') }}
+