pis #2

Merged
fred.boniface merged 76 commits from pis into main 2023-05-06 21:53:45 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 218e95b048 - Show all commits

View File

@ -168,7 +168,7 @@ async function getApi(path,auth = false) {
async function showHideAuthNotice() { async function showHideAuthNotice() {
let uuid = localStorage.getItem("uuid") let uuid = localStorage.getItem("uuid")
if (uuid) { if (uuid) {
document.getElementById('auth-notice').style = 'display:none' document.getElementById('auth-required').style = 'display:none'
} }
} }