From 6a638f131fa67777db595d9bbc52e5c687dfd2f7 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 11 Feb 2016 01:39:35 -0800 Subject: [PATCH] Fixes #1750 - wrong HTML field type --- app/config/version.php | 4 ++-- app/views/frontend/auth/signin.blade.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config/version.php b/app/config/version.php index fb506a418b..4685028d0d 100644 --- a/app/config/version.php +++ b/app/config/version.php @@ -1,5 +1,5 @@ 'v2.1.0-12', - 'hash_version' => 'v2.1.0-12-g98db6fe', + 'app_version' => 'v2.1.0-13', + 'hash_version' => 'v2.1.0-13-g36fd4ab', ); \ No newline at end of file diff --git a/app/views/frontend/auth/signin.blade.php b/app/views/frontend/auth/signin.blade.php index 227f568159..e966a771fe 100755 --- a/app/views/frontend/auth/signin.blade.php +++ b/app/views/frontend/auth/signin.blade.php @@ -25,7 +25,7 @@ Account Sign in ::
- + {{ $errors->first('username', '
:message') }}