weitere Bearibeitung
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$resetRequestUrl = '/password/forgot?scope=platform';
|
||||
$resetRequestUrl = url('/password/forgot?scope=platform');
|
||||
require __DIR__ . '/../partials/layout-top.php';
|
||||
?>
|
||||
|
||||
@@ -10,7 +10,7 @@ require __DIR__ . '/../partials/layout-top.php';
|
||||
</section>
|
||||
|
||||
<div class="two-column">
|
||||
<form class="card form-card" method="post" action="/admin/login">
|
||||
<form class="card form-card" method="post" action="<?= e(url('/admin/login')) ?>">
|
||||
<?= csrf_field($csrf) ?>
|
||||
<label>
|
||||
<span>E-Mail</span>
|
||||
|
||||
Reference in New Issue
Block a user