Haciendo perfil

This commit is contained in:
imnavajas
2023-05-23 15:34:20 +02:00
parent aa43f9f28d
commit 176f11bef0
7 changed files with 1303 additions and 298 deletions

View File

@ -10,7 +10,7 @@ $pulse = session()->get('pulse');
$notification = session()->get('notification');
if (!empty($token) && $tfa == false) {
echo "<script>window.location.href = '/'; </script>";
//echo "<script>window.location.href = '/'; </script>";
}
?>