mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Fix another URL.
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
work for one (1) month.</p>
|
work for one (1) month.</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<form role="form" id="register" method="POST" action="{{ URL.to('/auth/register') }}">
|
<form role="form" id="register" method="POST" action="{{ URL.to('/register') }}">
|
||||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||||
|
|
||||||
<div class="form-group has-feedback">
|
<div class="form-group has-feedback">
|
||||||
|
|||||||
Reference in New Issue
Block a user