From 06634a727b9e71c8a2b6314f94331463a9af9cc1 Mon Sep 17 00:00:00 2001 From: printempw Date: Fri, 17 Aug 2018 11:07:34 +0800 Subject: [PATCH] Fix csrf verification for binding email --- resources/views/auth/bind.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/auth/bind.blade.php b/resources/views/auth/bind.blade.php index def4e7aa..7c569505 100644 --- a/resources/views/auth/bind.blade.php +++ b/resources/views/auth/bind.blade.php @@ -12,12 +12,12 @@
-
+ + {{ csrf_field() }}
-

{{ trans('auth.bind.introduction') }}

@if (isset($msg))