From 64f8b47ae02f724583963de7b141073a53758566 Mon Sep 17 00:00:00 2001 From: eai04191 Date: Wed, 16 Jan 2019 05:42:46 +0900 Subject: [PATCH 1/4] =?UTF-8?q?=E3=83=AD=E3=82=B0=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E3=83=95=E3=82=A9=E3=83=BC=E3=83=A0=E3=81=AE=E3=83=A1=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E6=AC=84=E3=81=AEtype=E3=82=92email=E3=81=AB=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/auth/login.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index fed7176..395cc11 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -13,7 +13,7 @@
- + @if ($errors->has('email'))
{{ $errors->first('email') }}
From c38d3fa79974cc98dd3c22867b33b879e77fe20f Mon Sep 17 00:00:00 2001 From: eai04191 Date: Wed, 16 Jan 2019 23:19:44 +0900 Subject: [PATCH 2/4] =?UTF-8?q?=E6=96=B0=E8=A6=8F=E7=99=BB=E9=8C=B2?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=81=AE=E3=83=A1=E3=83=BC=E3=83=AB=E6=AC=84?= =?UTF-8?q?=E3=81=AEtype=E3=82=92email=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/auth/register.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index ff9fc34..e84e9d4 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -27,7 +27,7 @@
- + @if ($errors->has('email'))
{{ $errors->first('email') }}
From ade52f40f48f7406b1a009bc1b06ccdaff0b4d7f Mon Sep 17 00:00:00 2001 From: eai04191 Date: Wed, 16 Jan 2019 23:20:19 +0900 Subject: [PATCH 3/4] =?UTF-8?q?=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC?= =?UTF-8?q?=E3=83=89=E5=86=8D=E7=99=BA=E8=A1=8C=E7=94=BB=E9=9D=A2=E3=81=AE?= =?UTF-8?q?=E3=83=A1=E3=83=BC=E3=83=AB=E6=AC=84=E3=81=AEtype=E3=82=92email?= =?UTF-8?q?=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/auth/passwords/email.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/auth/passwords/email.blade.php b/resources/views/auth/passwords/email.blade.php index c0fa9b6..7ecf31e 100644 --- a/resources/views/auth/passwords/email.blade.php +++ b/resources/views/auth/passwords/email.blade.php @@ -16,7 +16,7 @@
- + @if ($errors->has('email'))
{{ $errors->first('email') }}
From 497c19d06d5fea4edf59bf34d23fd39a686d15f3 Mon Sep 17 00:00:00 2001 From: shibafu Date: Wed, 16 Jan 2019 23:57:30 +0900 Subject: [PATCH 4/4] =?UTF-8?q?=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC?= =?UTF-8?q?=E3=83=89=E5=86=8D=E7=99=BA=E8=A1=8C(=E5=AE=9F=E8=A1=8C)?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=81=AE=E3=83=A1=E3=83=BC=E3=83=AB=E6=AC=84?= =?UTF-8?q?=E3=81=AEtype=E3=82=92email=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/auth/passwords/reset.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/auth/passwords/reset.blade.php b/resources/views/auth/passwords/reset.blade.php index e9ab11c..b68e7c8 100644 --- a/resources/views/auth/passwords/reset.blade.php +++ b/resources/views/auth/passwords/reset.blade.php @@ -18,7 +18,7 @@
- + @if ($errors->has('email'))
{{ $errors->first('email') }}