updated form url action

now using a relative url: /auth/login
fixes http:// vs https:// issues
This commit is contained in:
Noah Bass 2015-01-09 08:56:36 -05:00
parent f91941a365
commit 2ff1c77d7a

View File

@ -6,7 +6,7 @@
<div class="welcome-logo">
<img class="logo" height="50" src="{{ url('img/cachet-logo.svg') }}" alt="Cachet"/>
</div>
{{ Form::open() }}
{{ Form::open(['url' => '/auth/login']) }}
<fieldset>
<legend>{{ trans('dashboard.login.welcome') }}</legend>