Skip to content

Commit ca48dad

Browse files
started figthing satan
1 parent cd20315 commit ca48dad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function createOptionsMenu() {
8585
if (document.title !== 'FikIT - Hantera Pateter') {
8686
let openManagePatetosButton = document.createElement('a');
8787
openManagePatetosButton.id = 'openManagePatetosButton';
88-
openManagePatetosButton.href = 'managepatetos.html';
88+
openManagePatetosButton.href = 'managePatetos.html';
8989
openManagePatetosButton.classList.add('adminButton', 'hidden', 'button');
9090
openManagePatetosButton.textContent = 'Hantera pateter';
9191
optionsMenu.appendChild(openManagePatetosButton);

server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ app.post('/testAdminKey', (req, res) => {
126126

127127
function getCredentials() {
128128
let credentials = fs.readFileSync(pathToCredentialsFile);
129+
console.log(credentials);
129130
return JSON.parse(credentials);
130131
}
131132

0 commit comments

Comments
 (0)