From 0ff1d04824cd40ea5677cecbbfaf6aa88714e60f Mon Sep 17 00:00:00 2001 From: Paul Schwarz Date: Tue, 9 Mar 2021 08:59:08 +0100 Subject: [PATCH] Fix indentation in code example --- 2.x/features/two-factor-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.x/features/two-factor-authentication.md b/2.x/features/two-factor-authentication.md index 1a18fd6..6c00eea 100644 --- a/2.x/features/two-factor-authentication.md +++ b/2.x/features/two-factor-authentication.md @@ -32,7 +32,7 @@ use Laravel\Fortify\Features; 'features' => [ Features::registration(), Features::resetPasswords(), - Features::emailVerification(), + Features::emailVerification(), Features::updateProfileInformation(), Features::updatePasswords(), // Features::twoFactorAuthentication([