mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-22 10:44:09 +01:00
updated form url action
now using a relative url: /auth/login fixes http:// vs https:// issues
This commit is contained in:
parent
f91941a365
commit
2ff1c77d7a
@ -6,7 +6,7 @@
|
|||||||
<div class="welcome-logo">
|
<div class="welcome-logo">
|
||||||
<img class="logo" height="50" src="{{ url('img/cachet-logo.svg') }}" alt="Cachet"/>
|
<img class="logo" height="50" src="{{ url('img/cachet-logo.svg') }}" alt="Cachet"/>
|
||||||
</div>
|
</div>
|
||||||
{{ Form::open() }}
|
{{ Form::open(['url' => '/auth/login']) }}
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{{ trans('dashboard.login.welcome') }}</legend>
|
<legend>{{ trans('dashboard.login.welcome') }}</legend>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user