Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PepikVaio authored Jan 13, 2024
1 parent cc18cb0 commit 1cc2a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function showPassword() {
// Zde by bylo připojení k proměnné prostředí nebo jiného zabezpečeného místa, kde je uloženo heslo
const secretPassword = process.env.MOJE_TAJNE_HESLO;
// Zakódované heslo (pouze pro demonstrační účely)
const secretPassword = "MojeTajneHeslo";

// Vypsání hesla na obrazovku (pouze pro demonstrační účely)
document.getElementById('passwordContainer').innerText = `Heslo: ${secretPassword}`;
Expand Down

0 comments on commit 1cc2a01

Please sign in to comment.