mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 08:50:42 +00:00
Update comment
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user