From 6a4da4fed3ac9672fb7916fd944abec97e2fb295 Mon Sep 17 00:00:00 2001 From: cuneytsenturk Date: Wed, 20 Feb 2019 16:19:00 +0300 Subject: [PATCH] Login page submit button added loading style. --- resources/views/auth/login/create.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/auth/login/create.blade.php b/resources/views/auth/login/create.blade.php index 90d9d1adb..b14f7f530 100644 --- a/resources/views/auth/login/create.blade.php +++ b/resources/views/auth/login/create.blade.php @@ -4,7 +4,7 @@ @section('message', trans('auth.login_to')) @section('content') -
+ {{ csrf_field() }} @stack('email_input_start') @@ -44,7 +44,7 @@
- +