finishing touches for passkey auth, oauth and more

This commit is contained in:
Janis Steiner
2024-12-26 13:12:24 +01:00
parent e8cba3edf6
commit 301c9493b1
9 changed files with 232 additions and 173 deletions

View File

@@ -10,6 +10,10 @@
include "assets/components.php";
session_start();
$_SESSION["end_url"]=$_GET["send_to"];
if (isset($_SESSION["logged_in"]) || $_SESSION["logged_in"] === true) {
header("LOCATION:/login/");
exit();
}
?>
</head>
<body>