Update comment

This commit is contained in:
johnnyq
2026-07-14 16:58:16 -04:00
parent 5eb9f6b6d5
commit d62b6e2ae7

View File

@@ -14,7 +14,7 @@ function randomString(int $length = 16): string {
); );
} }
// Older keygen function - only used for TOTP currently // Used only for TOTP
function key32gen() { function key32gen() {
$chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567"; $chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567";
$key = ''; $key = '';