From 2ff1c77d7a724e28f948712d3a0ce14874d6d71e Mon Sep 17 00:00:00 2001 From: Noah Bass Date: Fri, 9 Jan 2015 08:56:36 -0500 Subject: [PATCH] updated form url action now using a relative url: /auth/login fixes http:// vs https:// issues --- app/views/auth/login.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/auth/login.blade.php b/app/views/auth/login.blade.php index 668b6df08..4af53c760 100644 --- a/app/views/auth/login.blade.php +++ b/app/views/auth/login.blade.php @@ -6,7 +6,7 @@ - {{ Form::open() }} + {{ Form::open(['url' => '/auth/login']) }}
{{ trans('dashboard.login.welcome') }}