From 65c8d6c95d4f9f562f42e1c1434e9a66d4f1ccc2 Mon Sep 17 00:00:00 2001 From: Caique de Castro Date: Tue, 25 Oct 2016 10:56:43 -0200 Subject: [PATCH] Remove unecessary validation feedback for password confirmation field --- .../Auth/Console/stubs/make/views/auth/register.stub | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Illuminate/Auth/Console/stubs/make/views/auth/register.stub b/src/Illuminate/Auth/Console/stubs/make/views/auth/register.stub index 015da43a2017..2b7572471230 100644 --- a/src/Illuminate/Auth/Console/stubs/make/views/auth/register.stub +++ b/src/Illuminate/Auth/Console/stubs/make/views/auth/register.stub @@ -52,17 +52,11 @@ -
+
- - @if ($errors->has('password_confirmation')) - - {{ $errors->first('password_confirmation') }} - - @endif