mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
Refactor account routes into sub folders
This commit is contained in:
@@ -19,7 +19,7 @@ To generate new recovery key for your account please enter your password.<br/>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td style="border:0px;">
|
||||
<form id="form" action="{{ getLink('account/register/new') }}" method="post">
|
||||
<form id="form" action="{{ getLink('account/register-new') }}" method="post">
|
||||
{{ csrf() }}
|
||||
<input type="hidden" name="registeraccountsave" value="1">
|
||||
{{ include('buttons.submit.html.twig') }}
|
||||
|
Reference in New Issue
Block a user