pis #1

Closed
fred.boniface wants to merge 51 commits from pis into dev
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() {
let uuid = localStorage.getItem("uuid")
if (uuid) {
document.getElementById('auth-notice').style = 'display:none'
document.getElementById('auth-required').style = 'display:none'
}
}