mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Logins JS Cleanup
- Remove old JS - Standardize generate password JS style to match existing - Move JS functions to own files
This commit is contained in:
4
ajax.php
4
ajax.php
@@ -333,7 +333,7 @@ if (isset($_GET['share_generate_link'])) {
|
||||
'body' => $body
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
$mail = addToMailQueue($mysqli, $data);
|
||||
|
||||
if ($mail !== true) {
|
||||
@@ -499,5 +499,5 @@ if (isset($_GET['get_totp_token_via_id'])) {
|
||||
}
|
||||
|
||||
if (isset($_GET['get_readable_pass'])) {
|
||||
echo GenerateReadablePassword(4);
|
||||
echo json_encode(GenerateReadablePassword(4));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user