Adding all the code i changed. It now supports mfa, passkeys and passwords
This commit is contained in:
6
app-code/login/logout.php
Normal file
6
app-code/login/logout.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_unset();
|
||||
session_destroy();
|
||||
header("LOCATION:/");
|
||||
?>
|
||||
Reference in New Issue
Block a user