forked from cxykevin/sacn_accout_system
修复patch的bug
This commit is contained in:
parent
4ab78ff7e5
commit
cf59d59372
|
@ -34,7 +34,7 @@ def main(app: FastAPI, ROOT: str, apikeys: dict):
|
|||
return Response("""
|
||||
setTimeout(function() {
|
||||
var signup_obj = document.getElementsByClassName(
|
||||
"item-logIn")[0]
|
||||
"item-signUp")[0]
|
||||
if(signup_obj!=undefined){
|
||||
signup_obj.style.display = "none";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue