weitere Bearibeitung
This commit is contained in:
@@ -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';
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user