[Web] Fixes #1055 and changes location.reload to window = xy in footer script
This commit is contained in:
6
data/web/inc/ajax/destroy_tfa_auth.php
Normal file
6
data/web/inc/ajax/destroy_tfa_auth.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
unset($_SESSION['pending_mailcow_cc_username']);
|
||||
unset($_SESSION['pending_mailcow_cc_role']);
|
||||
unset($_SESSION['pending_tfa_method']);
|
||||
?>
|
Reference in New Issue
Block a user