Prevent an error in PHP 8.1warning

This commit is contained in:
FusionPBX 2023-07-24 14:14:48 -06:00 committed by GitHub
parent ee591e730e
commit e40cc6efd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -666,6 +666,7 @@
//set the defaults
if (empty($user_enabled)) { $user_enabled = "true"; }
if (empty($user_totp_secret)) { $user_totp_secret = ""; }
//create token
$object = new token;