weitere Bearibeitung

This commit is contained in:
2026-06-17 16:45:14 +02:00
parent 06645f1e9c
commit 1891ec0a51
38 changed files with 2720 additions and 109 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
$resetRequestUrl = '/password/forgot?scope=tenant&tenantSlug=' . rawurlencode((string) $tenant['slug'])
. '&tenantName=' . rawurlencode((string) $tenant['name']);
$resetRequestUrl = url('/password/forgot?scope=tenant&tenantSlug=' . rawurlencode((string) $tenant['slug'])
. '&tenantName=' . rawurlencode((string) $tenant['name']));
require __DIR__ . '/../partials/layout-top.php';
?>