weitere Bearibeitung
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<h1>Plattform-Dashboard</h1>
|
||||
<p>Ueberblick ueber Mandanten, Paketstand und direkte Einstiege in die Kundenumgebungen.</p>
|
||||
</div>
|
||||
<form method="post" action="/admin/logout">
|
||||
<form method="post" action="<?= e(url('/admin/logout')) ?>">
|
||||
<?= csrf_field($csrf) ?>
|
||||
<button class="button button-secondary" type="submit">Abmelden</button>
|
||||
</form>
|
||||
|
||||
@@ -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