mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-27 17:31:09 -06:00
Moved views.
This commit is contained in:
parent
feef6a1756
commit
53677e3c64
@ -17,7 +17,7 @@
|
||||
<div class="login-box-body">
|
||||
<p class="login-box-msg">Sign in to start your session</p>
|
||||
|
||||
<form action="{{ URL.to('/auth/login') }}" method="post">
|
||||
<form action="{{ URL.to('/login') }}" method="post">
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}"/>
|
||||
|
||||
<div class="form-group has-feedback">
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user