mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-02 05:07:11 +01:00
[WIP] Refactor account lost - fixes
This commit is contained in:
@@ -99,5 +99,5 @@ if (!empty($errors)) {
|
||||
$twig->display('account.back_button.html.twig', [
|
||||
'new_line' => true,
|
||||
'center' => true,
|
||||
'action' => getLink('account/lost/step-1') . '?action=recovery-key&nick=' . urlencode($nick),
|
||||
'action' => getLink('account/lost/recovery-key/step-2') . '?nick=' . urlencode($nick) . '&key=' . urlencode($key),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user