From e94eaa3ebbbe9d03b87b1224f96632b0282ca254 Mon Sep 17 00:00:00 2001 From: Elizabeth Cray Date: Wed, 4 Oct 2023 01:31:52 -0400 Subject: [PATCH] Remove missing function --- auth/auth.js | 1 - index.js | 1 - 2 files changed, 2 deletions(-) diff --git a/auth/auth.js b/auth/auth.js index 4e64c65..701412d 100644 --- a/auth/auth.js +++ b/auth/auth.js @@ -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 = '
'; diff --git a/index.js b/index.js index e3ebc45..dfa9e01 100644 --- a/index.js +++ b/index.js @@ -72,7 +72,6 @@ const beginOauth = () => { const displayFingerprints = () => { // Get SSH Fingerprints and display them $.get(USE_ORIGIN+"/fingerprint.php", (response) => { - dbp(response); if (response) { var html = "
BitsFingerprint (SHA256)Algorithm
"; response.split("\n").forEach((line) => {
BitsFingerprint (SHA256)Algorithm