Fix Generate readable passwords

This commit is contained in:
johnnyq
2026-08-17 12:59:24 -04:00
parent 5c7f641635
commit c84bb56bc7
2 changed files with 31 additions and 1 deletions

View File

@@ -591,7 +591,7 @@ if (isset($_GET['get_totp_token_via_id'])) {
}
if (isset($_GET['get_readable_pass'])) {
echo json_encode(GenerateReadablePassword(1));
echo json_encode(generateReadablePassword());
}
/*