Remove missing function
This commit is contained in:
@@ -159,7 +159,6 @@ const uploadSSH = () => {
|
||||
const displayFingerprints = () => {
|
||||
// Get SSH Fingerprints and display them
|
||||
$.get(USE_ORIGIN + "/fingerprint.php", (response) => {
|
||||
dbp(response);
|
||||
if (response) {
|
||||
var html =
|
||||
'<div><table class="fingerprintTable"><tr><th>Bits</th><th>Fingerprint (SHA256)</th><th class="text-start">Algorithm</th></tr>';
|
||||
|
Reference in New Issue
Block a user