From 64a36970d6c4a90c1ab738e0b859b4fffa18c603 Mon Sep 17 00:00:00 2001 From: wn_ Date: Thu, 21 Nov 2024 17:27:15 +0000 Subject: Bump 'chillerlan/php-qrcode' to 5.0.x. * Maintains PHP `7.4` compatibility and adds PHP `8.4` compatibility * The `4.4.x` branch does the same, but I didn't see any reason not to go to `5.0.x`. * https://github.com/chillerlan/php-qrcode/releases --- classes/Pref_Prefs.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'classes/Pref_Prefs.php') diff --git a/classes/Pref_Prefs.php b/classes/Pref_Prefs.php index 5c4bd6872..7d1c0e9eb 100644 --- a/classes/Pref_Prefs.php +++ b/classes/Pref_Prefs.php @@ -1,6 +1,4 @@ > */ private array $pref_help = []; @@ -467,7 +465,7 @@ class Pref_Prefs extends Handler_Protected { } else { - print ""; + print ""; print_notice("You will need to generate app passwords for API clients if you enable OTP."); -- cgit v1.2.3-54-g00ecf