Remove missing function
This commit is contained in:
parent
ca5bccce93
commit
e94eaa3ebb
@ -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>';
|
||||
|
1
index.js
1
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 = "<div><table class=\"fingerprintTable\"><tr><th>Bits</th><th>Fingerprint (SHA256)</th><th class=\"text-start\">Algorithm</th></tr>";
|
||||
response.split("\n").forEach((line) => {
|
||||
|
Loading…
Reference in New Issue
Block a user