From d62b6e2ae77f0cf653b196d2dbfb328e6dd61c07 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 14 Jul 2026 16:58:16 -0400 Subject: [PATCH] Update comment --- functions/security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/security.php b/functions/security.php index eec3cdaf..4556ab5d 100644 --- a/functions/security.php +++ b/functions/security.php @@ -14,7 +14,7 @@ function randomString(int $length = 16): string { ); } -// Older keygen function - only used for TOTP currently +// Used only for TOTP function key32gen() { $chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567"; $key = '';