Skip to content

Commit

Permalink
make pass b64
Browse files Browse the repository at this point in the history
  • Loading branch information
SazukinPavel committed Jan 13, 2025
1 parent d006c8e commit 934f9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/www/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ new Vue({

const urlParams = new URLSearchParams(window.location.search);

const password = urlParams.get("password");
const password = atob(urlParams.get("password"));
const token = urlParams.get("token");
const theme = urlParams.get("theme");
const lang = urlParams.get("lang");
Expand Down

0 comments on commit 934f9e1

Please sign in to comment.