mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-21 09:42:50 +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">
|
||||
<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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user