mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Implemented 2FA TOTP with Google Authenticator
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
$session_name = $row['name'];
|
||||
$session_avatar = $row['avatar'];
|
||||
$session_client_id = $row['client_id'];
|
||||
$session_token = $row['token'];
|
||||
|
||||
//Detects if using an apple device and uses apple maps instead of google
|
||||
$iPod = stripos($_SERVER['HTTP_USER_AGENT'],"iPod");
|
||||
|
||||
Reference in New Issue
Block a user