pis #2
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user